[Sorry for top post, as we have this set default in our mail client] What do you mean by VC++ executables? Are you running your Qt project using run command in Qt creator or by double clicking on executable in explorer? I just have these paths set on my windows system, and it works without copying anything.
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Bob Babcock Sent: Tuesday, December 21, 2010 11:56 AM To: [email protected] Subject: Re: [Qt-creator] Finding the right DLLs Manoj Agrawal <[email protected]> wrote in news:6555ece2dcaa9349a5333e13972eafd7115ec31...@itdalex06.it.maxim-ic.int ernal: > Is QTDIR and PATH environment variables set to C:\Qt\2010.05\qt and > C:\Qt\2010.05\mingw\bin;C:\Qt\2010.05\qt\bin;C:\Qt\2010.05\qt\include > respectively? Please change given paths with appropriate installation > paths on your system, this should help. For MinGW, the PATH (build and run) begins with D:\Comp\Qt\2010.05\mingw\bin;D:\Comp\Qt\2010.05\qt\bin and QTDIR is D:\Comp\Qt\2010.05\qt For VC++, the PATH begins with D:\Comp\Qt\4.7.1-vs\bin and QTDIR is D:\Comp\Qt\4.7.1-vs I've got the MinGW DLLs in system32. VC++ executables started from Creator only run if the VC++ DLLs are in the same directory as the executable. (Building is not a problem.) _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-creator
