Default building system for Qt
-
In current versions of both Qt 4 and 5 qmake is the default when using QtCreator. You can use CMake for both of them and QtCreator supports that too, but it requires some more manual steps to add Qt libraries to the project.
-
Hi, which article says that CMake is the default building system of Qt?
-
-
Hi, seems you have misunderstood it.
It only says that KDE4 using CMake as the default build system, while KDE3 using autotools.
KDE is an project which depend on Qt.