summaryrefslogtreecommitdiffstats
path: root/mkspecs/macx-ios-clang
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-012-16/+5
|\
| * Fix explicit -sdk iphoneos buildsJake Petroules2016-10-011-1/+6
| * Add the ability for qmake to build Xcode asset catalogsJake Petroules2016-09-281-15/+0
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-231-1/+7
|\|
| * Pass -quiet to xcodebuild when invoking make with -s optionJake Petroules2016-09-211-1/+7
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-253-3/+55
|\|
| * iOS, mkspec: update UUID parsing to support Xcode 8 betaRichard Moe Gustavsen2016-08-243-3/+55
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-132-3/+2
|\|
| * iOS, mkspec: remove faulty SDK checkRichard Moe Gustavsen2016-08-121-3/+0
| * ios_destinations.sh: ignore devices that are marked as placeholdersRichard Moe Gustavsen2016-08-121-0/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-231-1/+1
|\|
| * purge vestige: plugin_no_soname is no moreOswald Buddenhagen2016-06-221-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-102-4/+4
|\|
| * fix ios device&simulator builds againOswald Buddenhagen2016-06-102-4/+4
* | iOS: Handle old exclusive build CONFIG names for simulator and deviceTor Arne Vestbø2016-04-261-0/+6
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-251-0/+18
|\|
| * qmake: Add support for separate debug info on Apple platforms.Jake Petroules2016-04-141-0/+18
* | Generalize iOS simulator and device exclusive buildTor Arne Vestbø2016-02-125-43/+40
* | Updated license headersJani Heikkinen2016-01-152-28/+40
|/
* iOS: Map `make install` to `xcodebuild build` for the iOS simulatorTor Arne Vestbø2015-11-261-0/+4
* Distinguish between Objective-C and Objective-C++ sourcesTor Arne Vestbø2015-10-091-1/+0
* iOS: filter out iWatch devices when running auto testsRichard Moe Gustavsen2015-09-112-2/+2
* Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-061-13/+13
|\
| * iOS: ensure we don't overwrite a projects qmake variablesRichard Moe Gustavsen2015-07-281-13/+13
* | iOS: Refactor xcodebuild exclusive build logic into standalone makefileTor Arne Vestbø2015-08-044-67/+177
* | iOS: Refactor default_post logic into more appropriate unitsTor Arne Vestbø2015-08-045-170/+190
* | iOS: Use LC_MAIN to wrap user main() instead of mangling object filesTor Arne Vestbø2015-06-293-107/+7
* | Remove exec bits from files that should not be executableDmitry Shachnev2015-06-071-0/+0
|/
* fix quoting problems in ios main() renamerOswald Buddenhagen2015-03-272-8/+11
* Revert "iOS: Prefer debug-simulator as default test target"Tor Arne Vestbø2015-03-251-3/+0
* iOS: Prefer debug-simulator as default test targetTor Arne Vestbø2015-03-161-0/+3
* iOS: enable QMAKE_EXTRA_TARGETSRichard Moe Gustavsen2015-03-151-1/+0
* iOS: Auto-detect available devices when running make check for testingTor Arne Vestbø2015-03-091-1/+17
* iOS: Use Xcode project to filter out environment variables instead of shellTor Arne Vestbø2015-03-091-1/+2
* iOS: Enable runnnig Qt tests using 'make check' via xcodebuild testTor Arne Vestbø2015-03-071-9/+7
* Xcode: Make QMAKE_MAC_SDK_(PLATFORM_)PATH depend on active SDKTor Arne Vestbø2015-03-071-0/+18
* iOS: Resolve QT depends before checking if we need to link in platform pluginTor Arne Vestbø2015-03-071-1/+2
* iOS: Resolve correct SDK as part of sdk.prf instead of default_post.prfTor Arne Vestbø2015-03-062-10/+12
* Fixed license headersJani Heikkinen2015-02-171-1/+1
* Update copyright headersJani Heikkinen2015-02-112-29/+21
* iOS: add AppIcon asset name to Xcode projectRichard Moe Gustavsen2015-01-161-0/+15
* iOS: bump QMAKE_IOS_DEPLOYMENT_TARGET to 5.1.1Richard Moe Gustavsen2015-01-081-1/+1
* iOS: Use DISTCLEAN_DEPS instead of custom distclean targetTor Arne Vestbø2014-12-021-2/+1
* macx-ios-clang: only provide default LaunchScreen.xib if using Xcode 6Richard Moe Gustavsen2014-11-281-7/+11
* Merge remote-tracking branch 'origin/5.4.0' into 5.4Frederik Gladhorn2014-11-217-13/+88
|\
| * iOS: Tell Xcode to not build universal app binaries for debug buildsTor Arne Vestbø2014-11-171-0/+5
| * iOS: Enable fat builds containing both armv7 and arm64 slicesTor Arne Vestbø2014-11-133-2/+8
| * iOS: Allow ARCHS to be specified at build time for multi-arch buildsTor Arne Vestbø2014-11-131-5/+8
| * iOS: Ensure that the rename-main logic works for multi-arch buildsTor Arne Vestbø2014-11-133-6/+12
| * iOS: let qmake generate default LaunchScreen.xibRichard Moe Gustavsen2014-11-113-0/+55