Hi,
I succesfully compiled QT5.1.1 on Windows 7 but I can’t install it.
This is my configuration command:
configure -prefix c:\qt\qt5-custom -release -opensource -skip webkit -opengl desktop
I compile with
jom -j4
and try to install it with
jom install
What happens is that it copies the files in a folder that I never specified. Example:
copy /y C:\Qt\qt-everywhere-opensource-src-5.1.1\qtbase\include\QtCore\Q
UrlQuery C:\Qt\qt-everywhere-opensource-src-5.1.1\qtbase\bin\WD\qtbase\WD\qtbase
\include\QtCore
qtbase\bin\WD\qtbase\WD\qtbase just seems wrong and in the end I can’t add this version of QT in QCreator because it complains that this version is not installed.
What am I doing wrong?
↧