I compiled and installed Qt5 to E:\Qt5.0.0-MSVC2012-x86, but now I want to move it to other places(D:\Qt\Qt5.0.0-MSVC2012-x86). I wrote a qt.conf and have a test before I moved it, but experienced similar questions to this: qmake not loading qt.conf [qt-project.org]
If I run qmake.exe -query with absolute path, it gives me the paths setted in qt.conf, but if I just run qmake.exe in the bin directory, it gives me the original paths. Now I’m not sure if it’s safe to move my Qt5 to other path.
↧