QMAKE variables list related to iOS/MacOS. Where?
Unsolved
Mobile and Embedded
-
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?
-
Hi,
What kind of variable are you looking for ?
-
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!