summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/mac
Commit message (Expand)AuthorAgeFilesLines
* fix QMAKE_DEFAULT_*DIRS resolution with apple SDK, take 2Oswald Buddenhagen2016-10-163-5/+6
* Get rid of simulator_and_device CONFIG option (mostly)Oswald Buddenhagen2016-10-161-1/+4
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-063-2/+113
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-013-2/+113
| |\
| | * Add the ability for qmake to build Xcode asset catalogsJake Petroules2016-09-283-2/+113
| * | fix QMAKE_DEFAULT_*DIRS resolution with apple SDKOswald Buddenhagen2016-09-153-5/+6
* | | Make DEVICE_ARCHS and SIMULATOR_ARCHS variables platform independentJake Petroules2016-09-051-6/+5
* | | Remove simulator_and_device handling for the Makefile generatorJake Petroules2016-09-031-17/+45
* | | Enable precompiled headers on iOS, tvOS, watchOSJake Petroules2016-09-021-5/+24
* | | Add support for Apple watchOSJake Petroules2016-08-191-0/+1
* | | Use qtConfig throughout in qtbaseLars Knoll2016-08-192-3/+3
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-011-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-261-1/+1
| |\|
| | * configure and mkspecs: Don't try to find xcrun with xcrunGabriel de Dietrich2016-07-211-1/+1
* | | Add support for Apple tvOSMike Krus2016-05-171-2/+3
|/ /
* | xcodeSDKInfo: return the correct path based on the specified SDK.Jake Petroules2016-02-181-1/+1
* | Generalize iOS simulator and device exclusive buildTor Arne Vestbø2016-02-121-33/+23
|/
* Add tool to namespace Objective-C classes at link timeTor Arne Vestbø2016-01-291-0/+50
* Distinguish between Objective-C and Objective-C++ sourcesTor Arne Vestbø2015-10-092-22/+7
* sanitize qt rpath handling, in particular on macOswald Buddenhagen2015-09-171-25/+0
* remove some mac multiarch vestigesOswald Buddenhagen2015-09-171-14/+1
* Add detection of C++14 and C++1z compiler featuresThiago Macieira2015-09-051-3/+0
* Use absolute rpath to Qt libraries for non-prefix buildsTor Arne Vestbø2015-06-041-9/+10
* qmake: Expose iOS/OS X SDK platform path as QMAKE_MAC_SDK_PLATFORM_PATHTor Arne Vestbø2015-03-061-0/+8
* Decouple caching of iOS/OSX SDK path and version in sdk.prfTor Arne Vestbø2014-12-011-1/+5
* mkspec macx-ios-clang: ensure SDK version is validRichard Moe Gustavsen2014-11-111-0/+4
* Add rpath pointing to Qt libraries in OS X and iOSAdam Strzelecki2014-11-011-0/+24
* Make Xcode debug info format controllable through a qmake variableTor Arne Vestbø2014-04-102-0/+17
* Use PlistBuddy instead of sed/xpath magic to extract OS X/iOS SDK nameTor Arne Vestbø2014-04-081-6/+1
* Explicitly use libstdc++ for non-C++11 static buildsTor Arne Vestbø2014-01-281-0/+9
* Ensure C++11 support matches between Qt and user projects for static buildsTor Arne Vestbø2014-01-281-2/+11
* use the new "stash" instead of the (anything but) "regular" cacheOswald Buddenhagen2013-11-142-10/+5
* qmake: Pick up default bundle prefix from Xcode preferencesTor Arne Vestbø2013-10-311-0/+9
* xcode: Set QMAKE_XCODE_LIBRARY_SUFFIX from default_postTor Arne Vestbø2013-10-252-2/+3
* Xcode: Dynamically choose release/debug libs based on current configurationTor Arne Vestbø2013-10-161-0/+6
* Revert Mac event loop changes.Morten Johan Sørvig2013-09-021-14/+0
* Make QGuiApplication::exec() run within NSApplicationMain()Gabriel de Dietrich2013-08-291-0/+14
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-251-5/+8
|\
| * Mac: Ensure that C++11 is always used when linking against a static Qt buildTor Arne Vestbø2013-06-241-5/+8
* | Scope cached Mac SDK tool values by mkspecTor Arne Vestbø2013-06-241-3/+6
|/
* Cache Xcode and SDK settings in .qmake.cache if it existsTor Arne Vestbø2013-05-083-8/+54
* Harden check for SDK platform name on Mac OSTor Arne Vestbø2013-04-181-2/+2
* Use absolute paths for Xcode helpers such as xcodebuild/xcrun/xcode-selectTor Arne Vestbø2013-04-091-2/+2
* Handle errors when sysrooting tools on MacTor Arne Vestbø2013-04-081-1/+3
* Enable C++11 on OSX when using ClangTor Arne Vestbø2013-04-051-0/+3
* Load sdk.prf first, if enabled, so that other features can use QMAKE_CXXTor Arne Vestbø2013-04-031-0/+4
* Fix whitespace issues in *.prfAxel Waggershauser2013-03-221-1/+1
* Use tools from the SDK's toolchain instead of the ones in /usr/binTor Arne Vestbø2013-03-131-0/+9
* Simplify how we resolve the SDK root on Mac OSTor Arne Vestbø2013-03-131-7/+2
* Make host_build re-use the sdk.prf logicTor Arne Vestbø2013-03-021-28/+24