Info.plist for CMake examples contain QMAKE fields
-
@jhayar said in [Qt Creator 10] Qmake:
would like to ask if this is really expected ? after updating may Qt Creator 9 to 10 , qmake is now missing in build system when i creating Qt Quick Application , only QBS and Cmake is available , but it is available when i create a QT Widget , ?
They didn't announce it, but it was done on purpose: https://bugreports.qt.io/browse/QTCREATORBUG-28964
This is because there are many new QML features now that are only supported under CMake.
if yes that is expected , any way i can use qmake in QtQuick app just like in Qt Creator 9?
You can still use qmake for Qt Quick apps if you want. Copy an existing *.pro file from an older project.
[Forked from https://forum.qt.io/topic/144142/qt-creator-10-qmake --JKSH]
@JKSH Hi, In Qt 6 the included examples use CMAKE. However, in the example of the Bluetooth Low Energy Scanner for iOS, the Info.plist file still has QMAKE fields, which prevents it from being installed on an iOS device.
-
[Forked from https://forum.qt.io/topic/144142/qt-creator-10-qmake --JKSH]
@JKSH Hi, In Qt 6 the included examples use CMAKE. However, in the example of the Bluetooth Low Energy Scanner for iOS, the Info.plist file still has QMAKE fields, which prevents it from being installed on an iOS device.
Hi, and welcome!
@dankrol said in Info.plist for CMake examples contain QMAKE fields:
In Qt 6 the included examples use CMAKE. However... the Info.plist file still has QMAKE fields, which prevents it from being installed on an iOS device.
This is a bug in the example code. Would you be willing to open a bug report at https://bugreports.qt.io/ ?
(Note: If you navigate to the example folder, you can still load the .pro file instead of the CMakeLists.txt file. This one should deploy correctly)