PDA

View Full Version : Qt Creator CREATOR and Cmake do not find the Qt stuff path, during compilation under QT CREATOR



_Jack_
17th November 2011, 13:07
Latest QTSDK and Qt creator seems to be well installed in a Windows 7 environment ( Option->Qt4 has the correct autodetection), but Qt creator fail to find Qt stuff even if the path is provided in the system path (c:\QtSDK\Desktop\Qt\4.7.4\mingw\bin).
I'm recompiling an old app and everything was ok with previous versions of QT sdk.
I'm using the same Cmake text file for configuring the project in Qt creator 2.3.1.
Could be this a Qt related problem or a Cmake related problem?

Thanks in advance.

_Jack_
20th November 2011, 18:22
answering myself: installing the new sdk is important to erase all the previous Qt setting selecting the checkbox in the QT sdk installer.

_Jack_
22nd November 2011, 00:09
as a side note: the incorrect path detection is a cmake bug: installing the 2.8.2 previous version everything is ok !!