summaryrefslogtreecommitdiffstats
path: root/qmake/generators/mac
Commit message (Expand)AuthorAgeFilesLines
* qmake: make sure QMAKE_LIBS{,_PRIVATE} comes after LIBS{,_PRIVATE}Oswald Buddenhagen2018-10-121-1/+4
* qmake: Apply modernize-use-nullptrAlessandro Portale2018-08-081-2/+2
* qmake: Apply modernize-use-overrideAlessandro Portale2018-08-081-5/+5
* qmake: Harden logic for handling the -o optionTor Arne Vestbø2018-07-312-15/+10
* qmake: Emit warning when regenerating Xcode project during buildTor Arne Vestbø2018-07-301-0/+4
* qmake: Write correct Xcode project directory name to xcscheme fileTor Arne Vestbø2018-07-201-0/+1
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-171-3/+5
|\
| * Fix recursive qmake xcode project generation with shadow buildsChristoph Keller2018-07-091-2/+2
| * qmake: Fix xcode problems with invalid build pathsChristoph Keller2018-07-041-1/+3
* | qmake: refactor QMakeMetaInfo::findLib() interfaceOswald Buddenhagen2018-07-161-1/+2
|/
* xcode: Take effective platform name into account for configuration build dirTor Arne Vestbø2018-06-061-1/+1
* qmake: Don't map Xcode SYMROOT to output directoryTor Arne Vestbø2018-04-261-1/+11
* XCode: Fix the output paths for extra compilers with fileFixify()Andy Shaw2018-03-171-1/+2
* qmake: set COPY_PHASE_STRIP to NO in Xcode generatorJake Petroules2018-01-051-2/+0
* Stop blocking the ability to generate dSYM debug symbols with XcodeJake Petroules2017-12-141-3/+0
* qmake: make more use of ProString built-insOswald Buddenhagen2017-08-261-1/+1
* qmake: fix warning about duplicate references in project fileJake Petroules2017-07-201-1/+5
* Add QMake variables for development team and provisioning profileVikas Pachdha2017-03-131-5/+12
* Build Qt libraries with -fapplication-extensionJake Petroules2017-01-271-0/+1
* Remove dead code in Xcode generatorJake Petroules2017-01-181-110/+5
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-131-1/+1
|\
| * Replace QCFString::to(CF/NS/Q)String usage with QString methodsTor Arne Vestbø2016-10-061-1/+1
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-291-18/+30
|\|
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-291-18/+30
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-231-18/+30
| | |\
| | | * Fix code signing for qmake-generated Xcode projects in Xcode 8 (again)Jake Petroules2016-09-221-18/+30
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-261-0/+23
|\| | |
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-211-0/+23
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-161-0/+23
| | |\|
| | | * Fix code signing for qmake-generated Xcode projects in Xcode 8Jake Petroules2016-09-161-0/+23
* | | | Make the Xcode generator recognize embedded frameworks/pluginsJake Petroules2016-08-311-2/+48
* | | | qmake: Use correct CFBundleExecutable in framework bundlesJake Petroules2016-08-261-2/+8
* | | | qmake: Add shallow bundle supportJake Petroules2016-08-251-3/+3
|/ / /
* | | Add support for Apple watchOSJake Petroules2016-08-191-0/+2
* | | Add support for Apple tvOSMike Krus2016-05-171-8/+8
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-251-6/+6
|\|
| * Fix Group-relative specification of files in generated Xcode projects.Jake Petroules2016-04-201-6/+6
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-241-39/+0
|\|
| * remove dead code re CONFIG+=generate_pbxbuild_makefileOswald Buddenhagen2016-02-191-39/+0
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-111-9/+9
|\|
| * qmake: use QString::replace() overloaded with QLatin1StringAnton Kudryavtsev2016-02-041-9/+9
* | qmake: use reserve to optimize memory allocation.Anton Kudryavtsev2016-02-011-1/+4
* | qmake: eradicate Q_FOREACH loops [already const]Marc Mutz2016-01-281-1/+1
* | qmake: eradicate Q_FOREACH loops [needing qAsConst()]Marc Mutz2016-01-281-4/+4
* | qmake: eradicate Q_FOREACH loops [const-& returns]Marc Mutz2016-01-281-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-261-3/+3
|\|
| * QMake: replace QStringLiteral with QLatin1StringAnton Kudryavtsev2016-01-211-3/+3
* | Updated license headersJani Heikkinen2016-01-212-34/+24
|/
* Xcode generator: only replace the suffix in the library pathRichard Moe Gustavsen2015-11-091-2/+9
* Distinguish between Objective-C and Objective-C++ sourcesTor Arne Vestbø2015-10-091-14/+18