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. Is there a list of the CONFIG flags somewhere?

Is there a list of the CONFIG flags somewhere?

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
4 Posts 3 Posters 1.4k 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.
  • M Offline
    M Offline
    MichaelRink
    wrote on last edited by
    #1

    Is there a list of the CONFIG flags somewhere? I keep running into issues that are either caused by the previous developer having set one that I don't understand or that could have been easily solved if I just knew about the right flag.

    My current problem is finding a way to distribute our iOS app. Right now qmake's autogenerated make file is build X.app. However, bundles aren't distributable and emailing zipped versions of them doesn't work either. So I need the build to output X.ipa which are distributable. Even getting the build to output X.xcarchive would be okay because I think I know how to go from an .xcarchive to an .ipa.

    K 1 Reply Last reply
    0
    • M MichaelRink

      Is there a list of the CONFIG flags somewhere? I keep running into issues that are either caused by the previous developer having set one that I don't understand or that could have been easily solved if I just knew about the right flag.

      My current problem is finding a way to distribute our iOS app. Right now qmake's autogenerated make file is build X.app. However, bundles aren't distributable and emailing zipped versions of them doesn't work either. So I need the build to output X.ipa which are distributable. Even getting the build to output X.xcarchive would be okay because I think I know how to go from an .xcarchive to an .ipa.

      K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      @MichaelRink

      Hi and welcome to devnet

      Is that what you are looking for?

      Vote the answer(s) that helped you to solve your issue(s)

      M 1 Reply Last reply
      2
      • K koahnig

        @MichaelRink

        Hi and welcome to devnet

        Is that what you are looking for?

        M Offline
        M Offline
        MichaelRink
        wrote on last edited by
        #3

        @koahnig said in Is there a list of the CONFIG flags somewhere?:

        @MichaelRink

        Hi and welcome to devnet

        Is that what you are looking for?

        Thank you for such a swift reply!
        That is exactly the kind of thing that I am looking for, except that list does not seem to be complete.

        For example, the build I inherited uses CONFIG+=devices CONFIG+=iphoneos and removing CONFIG+=iphoneos causes the build to not output the desired .app.

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

          Hi,

          Qt builds packages suited for the iPhone if you use the Qt for iPhone version.

          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