How to set qmake.conf path?
-
Because Qt version which I have used is for 32-bit, I'm trying to change it to 64-bit.
I downloaded a 64-bit Qt from internet (not the official site), but it doesn't work when I try to apply it in Qt creator, saying that Qt version is invalid.
Also, there is a message in General Messages tab.Cannot read C:/Users/Jamie/workspace/BASS/prereqs/qt/mkspecs/win32-g++/qmake.conf: No such file or directory
So, I suspected that the wrong path of qmake.conf is set in somewhere (It seems that "Jamie" set it)
I tried a command to change it like following.
qmake -set QMAKE_SPEC D:\qt64bit\mkspecs\win32-g++\qmake.conf
but it does not work.
-
Is this C:/Users/Jamie/workspace/BASS/prereqs/qt directory exist on your system ? When the build is made it has to be installed using make install.
Where is qt is extracted on your system ? You need use qt.conf to change the directory of installation.
[Paths]
Prefix = /some/path