summaryrefslogtreecommitdiffstats
path: root/qmake/generators
Commit message (Expand)AuthorAgeFilesLines
* iOS: Refactor xcodebuild exclusive build logic into standalone makefileTor Arne Vestbø2015-08-041-1/+1
* Fixing Wec2013 qmake support for VS2013 SDKs.Björn Breitmeyer2015-07-211-6/+9
* qmake: polish some function objectsMarc Mutz2015-07-081-3/+3
* qmake: mark some types movableMarc Mutz2015-07-081-0/+1
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-013-0/+9
|\
| * Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi2015-06-272-0/+6
| |\
| | * fix PCH related regression in vcxproj generatorJoerg Bornemann2015-06-221-0/+2
| | * pbuilder_pbx: disable bit code for Xcode projectsRichard Moe Gustavsen2015-06-161-0/+4
| * | allow running msvc2013 mkspecs from msvc2015 shellJochen Seemann2015-06-221-0/+3
| |/
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-039-43/+88
|\|
| * Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/...Jani Heikkinen2015-06-021-1/+1
| |\
| | * 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
| * | | Merge 5.5 into 5.5.0Oswald Buddenhagen2015-06-016-11/+45
| |\| |
| | * | WinRT: Add qmake support for Windows 10Maurice Kalinowski2015-05-264-6/+43
| | * | remove vestiges of -prebind magicOswald Buddenhagen2015-05-221-4/+1
| | * | fix quoting of qmake parameters in 'qmake' targetOswald Buddenhagen2015-05-221-1/+1
| * | | don't process .prl files recursivelyOswald Buddenhagen2015-06-012-2/+2
| * | | fix incorrect path separators coming from installed .prl filesOswald Buddenhagen2015-06-011-2/+5
| |/ /
| * | move symlinking loop into the symlink container emptiness conditionalOswald Buddenhagen2015-05-201-10/+11
| * | bundles: create Versions/Current only if versioned resources are presentOswald Buddenhagen2015-05-201-1/+1
| * | xcode generator: don't change output_dir when opening a pbx file directlyRichard Moe Gustavsen2015-05-151-4/+7
| * | fix wrong path separators in extra compiler commandsOswald Buddenhagen2015-05-081-1/+1
| * | fix (un-)installation for TEMPLATE = auxOswald Buddenhagen2015-05-082-11/+15
* | | deprecate DEPLOYMENT variableJoerg Bornemann2015-06-021-2/+1
* | | Introduce qmake RC_DEFINES for RC preprocessor definesM. Moellney2015-06-023-7/+24
* | | qmake: Place Info.plist in correct location for plugin bundlesTor Arne Vestbø2015-05-241-6/+6
|/ /
* | make QMAKE_FRAMEWORK_VERSION work independently of TEMPLATEOswald Buddenhagen2015-04-271-7/+13
* | remove superfluous method re-implementationJoerg Bornemann2015-04-271-3/+1
* | automatically distclean internally generated artifactsOswald Buddenhagen2015-04-232-3/+11
* | fix distclean target for plugins under unixOswald Buddenhagen2015-04-231-2/+2
* | don't fail to fix path separators in extra compilers' clean targetsOswald Buddenhagen2015-04-231-2/+4
* | untangle handling extra compiler .clean member, take 2Oswald Buddenhagen2015-04-231-5/+4
* | fix {ALL,CLEAN,DISTCLEAN}_DEPS writeout to makefileOswald Buddenhagen2015-04-231-3/+3
* | make diff between aux and app TEMPLATEs smallerOswald Buddenhagen2015-04-231-5/+4
* | fix extra compilers with indirect outputs in VS projectsJoerg Bornemann2015-04-232-2/+21
* | make fileFixify() calling convention somewhat saneOswald Buddenhagen2015-04-217-65/+69
* | unhack Xcode shadow buildingOswald Buddenhagen2015-04-211-34/+26
* | Revert "Use relative path for QMAKE_BUNDLE_DATA"Oswald Buddenhagen2015-04-211-1/+1
* | make fileFixify(FileFixifyAbsolute) pay attention to in_dirOswald Buddenhagen2015-04-211-1/+6
* | fileFixify(): remove bizarre canonicalizationOswald Buddenhagen2015-04-211-3/+0
* | remove pointless argument to build_args()Oswald Buddenhagen2015-04-212-3/+3
* | Fix incorrect pass by value.Bjoern Breitmeyer2015-04-212-2/+2
* | Add QMake support for WEC2013 SDKsBjoern Breitmeyer2015-04-213-9/+267
* | WinPhone: Re-invoke windeployqt in the MSIL directoryMaurice Kalinowski2015-04-091-3/+23
* | Fix qmake generating bizarre msvc /VERSION valuesM. Moellney2015-04-082-14/+22
* | qmake: Rework dll deploymentOliver Wolff2015-04-071-20/+32
* | Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-311-5/+6
|\|
| * Fix QMAKE_INFO_PLIST regression with relative pathsJohn Brooks2015-03-131-4/+7
* | Add XCTest logger backend to QtTestLibTor Arne Vestbø2015-03-271-0/+104