summaryrefslogtreecommitdiffstats
path: root/qmake
Commit message (Expand)AuthorAgeFilesLines
...
* | | PCH stands for "precompiled header", not "prefix"Thiago Macieira2013-12-131-1/+1
* | | Implement support for ref-qualified QString::toLatin1 & friendsThiago Macieira2013-12-133-1/+7
* | | qmake vcxproj: Provide saner defaults for certain WinRT optionsAndrew Knight2013-12-111-2/+6
* | | qmake: remove bogus commentJ-P Nurmi2013-12-101-2/+0
* | | qmake: fix const correctnessJ-P Nurmi2013-12-104-22/+22
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-057-15/+24
|\| |
| * | Doc: fixed invalid referenceNico Vertriest2013-12-031-0/+1
| * | avoid vcX0.pdb files for qmakeOswald Buddenhagen2013-12-031-4/+2
| * | make compiler use the project's pdb fileOswald Buddenhagen2013-12-031-3/+5
| * | complete implementation of force_debug_infoOswald Buddenhagen2013-12-035-7/+14
| * | install pdb files also for executablesOswald Buddenhagen2013-12-031-2/+2
| * | make CONFIG+=no_dll affect pdb files as wellOswald Buddenhagen2013-12-031-1/+2
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-2622-172/+235
|\| |
| * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-11-265-10/+24
| |\|
| | * fix handling of \\ in replacement string in s/// cmd of built-in sedOswald Buddenhagen2013-11-231-0/+1
| | * fix handling of | in s/// commands of built-in sedOswald Buddenhagen2013-11-231-1/+1
| | * adequately shell-escape generated sed commandsOswald Buddenhagen2013-11-232-1/+12
| | * install pdb files for dlltargetOswald Buddenhagen2013-11-211-2/+4
| | * Fix mkdir command in Windows shell for paths with forward-slashesEskil Abrahamsen Blomfeldt2013-11-211-1/+1
| | * fix more cases of mkdir_asstring() argument overquotingOswald Buddenhagen2013-11-211-5/+5
| * | make distclean actually remove the static library targetOswald Buddenhagen2013-11-251-1/+1
| * | Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-11-221-3/+3
| |\|
| | * fix overquoting in some mkdir callsOswald Buddenhagen2013-11-201-3/+3
| * | Show all of the internal included files in the Supporting Files groupAndy Shaw2013-11-221-2/+2
| |/
| * support a cache that is really just a cacheOswald Buddenhagen2013-11-145-28/+62
| * clean superfile and cachefile paths upon creationOswald Buddenhagen2013-11-141-2/+2
| * Doc: Updated url variable in qdocconf files.Jerome Pasion2013-11-061-2/+1
| * move setting of _QMAKE_{SUPER,CONF,CACHE}_ to a more logical locationOswald Buddenhagen2013-11-041-24/+25
| * bring fake qmake project up to snuffOswald Buddenhagen2013-11-042-27/+26
| * fix warnings about unused variables & parametersOswald Buddenhagen2013-11-043-5/+6
| * shrink #ifdef'd sectionOswald Buddenhagen2013-11-041-4/+5
| * make-gcc-happy variable-may-be-uninitialized (but-is-not) commitOswald Buddenhagen2013-11-041-1/+1
| * fix initialization order warningsOswald Buddenhagen2013-11-041-4/+4
| * fix signedness warningsOswald Buddenhagen2013-11-041-2/+2
| * kill dead codeOswald Buddenhagen2013-11-041-11/+0
| * xcode generator: warn if QMAKE_INFO_PLIST is not validRichard Moe Gustavsen2013-11-012-0/+4
| * fix VS version selectionJoerg Bornemann2013-10-311-31/+16
| * qmake: Pick up default bundle prefix from Xcode preferencesTor Arne Vestbø2013-10-311-1/+4
| * xcode generator: resolve QMAKE_INFO_PLIST from source dirRichard Moe Gustavsen2013-10-301-1/+1
| * Fix msvc project dependencies as specificed by .dependsChris Gilbert2013-10-291-1/+1
| * fix /SAFESEH linker option for VS >= 2010Joerg Bornemann2013-10-293-4/+9
| * Add QMAKE_PKGCONFIG_VERSION variable to allow version overridingKonstantin Ritt2013-10-281-1/+5
| * xcode: Move Qt preprocessor steps to separate targetTor Arne Vestbø2013-10-251-2/+24
| * qmake: Expose qmake arguments as QMAKE_ARGSTor Arne Vestbø2013-10-245-4/+5
* | qmake: add the store library path on WinRTAndrew Knight2013-11-181-1/+2
* | qmake: Support MSVC2013 for WinRT buildsAndrew Knight2013-10-251-25/+41
|/
* Skip extra PKGCONFIG variables with empty valueKonstantin Ritt2013-10-221-1/+2
* qmake: Add support for QMAKE_{PRE,POST}_LINK in the Xcode generatorTor Arne Vestbø2013-10-171-0/+39
* Add JSON parsing support to qmake.Morten Johan Sørvig2013-10-175-6/+143
* Xcode: Dynamically choose release/debug libs based on current configurationTor Arne Vestbø2013-10-161-0/+14