summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/uikit/resolve_config.prf
blob: 70ddd8be52adad1e157a8a308b19f29b1c43ebe5 (plain)
1
2
3
4
5
6
7
8
9
10
11

xcodebuild {
    # Xcode project files always support both Debug and Release configurations
    # and device and simulator targets, so we make sure the wrapper-makefile
    # also does.
    CONFIG += debug_and_release simulator_and_device
}

load(resolve_config)

!macx-xcode:xcodebuild: addExclusiveBuilds(simulator, device)