Is Qmake going to be abandoned?
-
@MatrixMagic said in Is Qmake going to be abandoned?:
Why can't I build Qt and QtCreator with Qmake?
Because those two projects use cmake as build system and not qmake.
-
@MatrixMagic said in Is Qmake going to be abandoned?:
We are going to use CMAKE for future QT projects, right?
Yes
"Why can't I build Qt and QtCreator with Qmake?" - Qt5 can be built with QMake. Qt6 switched to CMake. Does it make a difference for you whether you have to call cmake or qmake to build Qt/QtCreator?
"If I want to develop Qt. Can I just open the.pro project?" - sure, why not? Or do you mean you want to build Qt?
"Do i need to execute the script in the source directory? Such as syncqt.pl?" - what you need to do is described here: https://wiki.qt.io/Building_Qt_6_from_Git
-
Hi,
@Christian-Ehrlicher said in Is Qmake going to be abandoned?:
@MatrixMagic said in Is Qmake going to be abandoned?:
Why can't I build Qt and QtCreator with Qmake?
Because those two projects use cmake as build system and not qmake.
Not exactly, current Qt Creator main branch can be built with both :-)
-
Which module are you talking about ?
If qtbase, then you have to properly configure it first.