configure is not recognized
-
Hello. I want to set a command in CMD: configure -prefix c:\newlib\QTCreator -debug-and-release -mp -opensource -confirm-license -nomake examples -nomake tests -skip qtwebengine -platform msvc2017 and i have this:
'configure' is not recognized as an internal or external command,
operable program or batch file.What is wrong?
-
@Cinexus123 said in configure is not recognized:
What is wrong?
Apparently there is no configure in the directory where you are. In which directory do you call configure?
-
@jsulm C:\newlib\QT\5.13.2
-
@Cinexus123 You need Qt source code to be able to build Qt.
https://doc.qt.io/qt-5/windows-building.html -
@jsulm Ok I see difference. I have on my disc two version 4.8.6 and 5.13.2 and in 4.8.6 in main folder is configure.exe but in 5.13.2 no. Do I have to use only version 4 to do this operation?
-
@Cinexus123 said in configure is not recognized:
Do I have to use only version 4 to do this operation?
No! If you want to build Qt5 then use Qt5 source code.
Are you sure you downloaded Qt5 source code? If so how? -
Isn't this thread more or less the same as this one ?
5/7