There is if I BUILT them. And yes they are in the location specified. I need to copy the libraries so I can have an operational Qt/MinGW based Application. The systems that I am deploying to are very tightly locked down windows XP systems. The users only have write permissions on a "D:" drive and they do not generally have the know how to change their environment variables. They just want an App where they double click the .exe file and go.
Qt provides me with my cross platform GUI toolkit so I need to copy the dlls from the location they were built at into the binary directory so I can just pack up the binary directory and be down with it. Mike -----Original Message----- From: Christian Ehrlicher [mailto:[EMAIL PROTECTED] Sent: Tue 12/12/2006 12:10 PM To: [email protected] Cc: Mike Jackson Subject: Re: [CMake] Copying Files on Windows Did you thought about that there is no libQtCore.dylib and libQtGui.dylib on windows? And why do you need to copy those libs?? _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
