I want to compile QT 5.0 similar to the package that is offer on http://qt-project.org/downloads for Visual Studio 2012.
I followed these instructions http://qt-project.org/wiki/Building-Qt-5-from-Git and they work pretty well, only problem is, if I rename the folder where I compiled QT (or move the folder someplace else), Visual Studio starts complaining when I try to build a QT Application, that it does not find debug information or platform is missing, is like somehow the compilation files embedded the full path inside them to look for dependencies instead of been relative paths.
The reasons I do not use the package provided for VS in the website is because I also need an x86 version of it.
Another problem I am facing is that the compilation folder has thousands of files that takes a long time to move or delete, in the package from the website there are not so many files.
Does anyone know what options I have to give QT when compiling it the first time?
I use “-debug_and_release -c++11 -opensource -nomake examples -nomake tests”</p>
Thanks!