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?
-
@Cinexus123 You need Qt source code to be able to build Qt.
https://doc.qt.io/qt-5/windows-building.html -
@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?