How to use QtCreator from SDK with Qt from source package?
Hello,
I installed the SDK and QtCreator under C:\Qt\2010.02.1. It uses the libraries and everything from this SDK installation.
I further installed the Qt sources under C:\Qt\4.6.2 (and built them).
How do I setup the QtCreator to use Qt from the sources directory? (How do the compiler and linker commands (MinGW 4.4.0) look for building a Qt application from the command-line?)
Thanks for help!
Lars
Re: How to use QtCreator from SDK with Qt from source package?
Tools->Options->Qt4->Qt Versions
Re: How to use QtCreator from SDK with Qt from source package?
+ setting the qt environment in the project settings (projects tab).
Thanks!