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?
Forum Updated to NodeBB v4.3 + New Features

how to change IOS Deployment Target?

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
4 Posts 2 Posters 2.5k Views 2 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.
  • N Offline
    N Offline
    nxonxo
    wrote on 10 Jun 2016, 06:42 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
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 10 Jun 2016, 22:19 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

      N 1 Reply Last reply 13 Jun 2016, 07:23
      2
      • S SGaist
        10 Jun 2016, 22:19

        Hi and welcome to devnet,

        QMAKE_IOS_DEPLOYMENT_TARGET=7.0 should do the trick.

        N Offline
        N Offline
        nxonxo
        wrote on 13 Jun 2016, 07:23 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
        • S Offline
          S Offline
          SGaist
          Lifetime Qt Champion
          wrote on 13 Jun 2016, 20:45 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

          2/4

          10 Jun 2016, 22:19

          • Login

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