summaryrefslogtreecommitdiffstats
path: root/qmake/generators/mac
Commit message (Expand)AuthorAgeFilesLines
* Replace QCFString::to(CF/NS/Q)String usage with QString methodsTor Arne Vestbø2016-10-061-1/+1
* 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.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
* | | 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
* make .prl processing less convolutedOswald Buddenhagen2015-10-021-2/+2
* remove overuse of trimmed()Oswald Buddenhagen2015-10-011-1/+1
* Fix lookup of Info.plist from mkspecs when shadow-buildingTor Arne Vestbø2015-08-251-1/+5
* pbuilder_pbx: disable bit code for Xcode projectsRichard Moe Gustavsen2015-06-161-0/+4
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-06-011-1/+1
|\
| * xcode generator: use absolute path when creating PBXFileReferences for librariesRichard Moe Gustavsen2015-05-151-1/+1
* | remove vestiges of -prebind magicOswald Buddenhagen2015-05-221-4/+1
* | xcode generator: don't change output_dir when opening a pbx file directlyRichard Moe Gustavsen2015-05-151-4/+7
* | make fileFixify() calling convention somewhat saneOswald Buddenhagen2015-04-211-10/+10
* | unhack Xcode shadow buildingOswald Buddenhagen2015-04-211-34/+26
* | Revert "Use relative path for QMAKE_BUNDLE_DATA"Oswald Buddenhagen2015-04-211-1/+1
* | Add XCTest logger backend to QtTestLibTor Arne Vestbø2015-03-271-0/+104
* | Xcode: Completely filter out environment variables in build logTor Arne Vestbø2015-03-161-0/+2
* | iOS: Use Xcode project to filter out environment variables instead of shellTor Arne Vestbø2015-03-091-0/+4
* | Xcode: Generate scheme manually, instead of letting Xcode do itTor Arne Vestbø2015-03-061-0/+46
* | fix fixPathToTargetOS() nestingOswald Buddenhagen2015-02-171-2/+2
* | replace incorrect uses of fixPathToLocalOS() (mostly)Oswald Buddenhagen2015-02-171-2/+2
* | fix quoting issues. all of them. (*)Oswald Buddenhagen2015-02-172-68/+39
* | fix filename handling in replaceExtraCompilerVariables()Oswald Buddenhagen2015-02-171-1/+2
* | Use relative path for QMAKE_BUNDLE_DATAFawzi Mohamed2015-02-171-1/+1
* | Update copyright headersJani Heikkinen2015-02-112-14/+14
* | xcode: remove special treatment of YACCSOURCES and LEXSOURCESOswald Buddenhagen2015-02-041-23/+2
* | prune pointless assignments of QString::replace() and remove() resultsOswald Buddenhagen2015-02-021-11/+10
* | remove dead variablesOswald Buddenhagen2015-02-021-3/+0
* | remove pointless fixForOutput() callOswald Buddenhagen2015-02-021-1/+0
* | remove bogus path fixingOswald Buddenhagen2015-02-021-2/+2