Qmake does not appear in build system
Solved
QML and Qt Quick
-
When I go to create a Qt Quick Application project, in the option to choose the Development Kit, but qmake does not appear, while in other options it appears (see image and attachment).
The image in which the qmake, CMake and qbs options appear is a Qt Widgets Application.
-
Hi,
You are likely using Qt Creator 10 from which that option has been removed due to the latest development done on the QML side that can not be handled by qmake hence its removal.
-