Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Info.plist for CMake examples contain QMAKE fields
Forum Updated to NodeBB v4.3 + New Features

Info.plist for CMake examples contain QMAKE fields

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
2 Posts 2 Posters 261 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • JKSHJ JKSH

    @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.

    D Offline
    D Offline
    dankrol
    wrote on last edited by JKSH
    #1

    [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.

    JKSHJ 1 Reply Last reply
    0
    • D dankrol

      [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.

      JKSHJ Offline
      JKSHJ Offline
      JKSH
      Moderators
      wrote on last edited by
      #2

      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)

      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

      1 Reply Last reply
      1

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved