Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-86954

Adjust android and iOS packaging configurations for new, cmake based builds

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: P0: Blocker P0: Blocker
    • None
    • 6.0.0 Alpha
    • Packaging & Installer
    • None

      Android and iOS packages are build by using cmake (like all others) and doesn't contain host tools anymore. So from packaging configurations we have to change:

      • 1. In host install script: Add cmake binary location in the variable which can be read from target install scripts
        e.g installer.setValue("cmakePathForAndroid%QT_VERSION%"gcc64)
      • 2. in android configurations:
        • remove qmakeBinary location definitions
        • Replace qmake with cmake in '// add Qt into QtCreator'
        • installer.value("cmakePathForAndroid%QT_VERSION%"gcc64)
      • 3. Add dependency from Android package to desktop one

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            aksalova Akseli Salovaara
            janihe Jani Heikkinen
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes