Info.plist for CMake examples contain QMAKE fields
-
[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)