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. QMAKE variables list related to iOS/MacOS. Where?
Forum Updated to NodeBB v4.3 + New Features

QMAKE variables list related to iOS/MacOS. Where?

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
3 Posts 3 Posters 346 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.
  • B Offline
    B Offline
    bogong
    wrote on last edited by bogong
    #1

    Hello all!

    Is anywhere published QMAKE variables related to IOS/MACOS? The official documentation contain very few of them here https://doc.qt.io/qt-5/qmake-variable-reference.html.

    Or where can I see it in the source at least?

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

      Hi,

      What kind of variable are you looking for ?

      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
      • M Offline
        M Offline
        mooglus
        wrote on last edited by mooglus
        #3

        @bogong

        These sorts of variables?

        QMAKE_MAC_XCODE_SETTINGS
        QMAKE_MAC_SDK_PLATFORM_PATH
        QMAKE_XCODEBUILD_PATH
        QMAKE_APPLE_CC
        QMAKE_OBJECTIVE_CFLAGS
        QMAKE_XCODE_DEVELOPER_PATH
        QMAKE_MAC_SDK
        QMAKE_MAC_SDK_VERSION
        QMAKE_MAC_SDK_PATH
        QMAKE_XCODE_DEVELOPER_PATH
        QMAKE_APPLE_DEVICE_ARCHS
        QMAKE_INFO_PLIST
        QMAKE_IOS_DEVICE_ARCHS
        QMAKE_IOS_DEPLOYMENT_TARGET
        QMAKE_APPLE_TARGETED_DEVICE_FAMILY
        QMAKE_TARGET_BUNDLE_PREFIX
        QMAKE_BUNDLE
        QMAKE_BUNDLE_DATA
        QMAKE_ASSET_CATALOGS
        

        Above are all the variables I've used in a previous project. I have also struggled to find a definitive list. I often resort to googling var names with the hope of discovering some more along the way!

        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