Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. how to change IOS Deployment Target?

how to change IOS Deployment Target?

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
4 Posts 2 Posters 2.5k Views
  • 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.
  • nxonxoN Offline
    nxonxoN Offline
    nxonxo
    wrote on last edited by
    #1

    How can we change the iOS deployment target in QT. We are using QT version 5.6 and our requirement is to deploy for iOS 7 and above. The default Project we created was linked against iOS 6 by default. How could we change this? It is required during build process because of the fact that we want to use an external SDK wich requires iOS 7 or above. So it ist not enough to change the iOS Version in the precompiled XCode Project QT creates....

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      QMAKE_IOS_DEPLOYMENT_TARGET=7.0 should do the trick.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      nxonxoN 1 Reply Last reply
      2
      • SGaistS SGaist

        Hi and welcome to devnet,

        QMAKE_IOS_DEPLOYMENT_TARGET=7.0 should do the trick.

        nxonxoN Offline
        nxonxoN Offline
        nxonxo
        wrote on last edited by
        #3

        @SGaist Thx that was very helpful. Maybe you can help me by the second Problem. We need to add some additional linker Flag to the xcode budl process. is it also possible to set it direct in QT?

        wen want to set additional params for this xCode Flag: "Other Linker Flags" it would be great if this is also possible out of QT without the change of environment to xcode.

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          What flag is it ?

          By the way, it's Qt. QT stands for Apple QuickTime which you might also be interested in.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0

          • Login

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