summaryrefslogtreecommitdiffstats
path: root/qmake/generators/mac
Commit message (Expand)AuthorAgeFilesLines
* 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
* | prune vestiges of IMAGES and QMAKE_IMAGE_COLLECTIONOswald Buddenhagen2015-02-021-1/+0
* | values(foo).first() => first(foo)Oswald Buddenhagen2015-02-021-6/+6
* | avoid direct use of QLibraryInfo as much as possibleOswald Buddenhagen2015-02-021-2/+2
|/
* centralize/unify/sanitize INCLUDEPATH "enrichment"Oswald Buddenhagen2015-01-111-6/+2
* remove pointless pwd fallbacksOswald Buddenhagen2015-01-111-2/+0
* Xcode: Make sure QMAKE_PRE_LINK dependencies are complete for multi-arch buildsTor Arne Vestbø2014-11-121-2/+17
* xcodegenerator: use a copy resource phase if possibleFawzi Mohamed2014-10-301-16/+24
* Update license headers and add new license filesMatti Paaso2014-09-242-37/+21
* Xcode generator: always create 'Copy Bundle Resources' phaseRichard Moe Gustavsen2014-09-201-11/+11
* Xcode: Reference files by absolute path, and name them by basename onlyTor Arne Vestbø2014-07-312-24/+21
* Xcode: Don't show QMAKE_INTERNAL_INCLUDED_FILES from Qt (prf/pri)Tor Arne Vestbø2014-07-301-2/+11