summaryrefslogtreecommitdiffstats
path: root/qmake
Commit message (Expand)AuthorAgeFilesLines
* clean out some garbage in CONFIGOswald Buddenhagen2013-12-221-9/+0
* make qmake auto-rebuild after path reconfigurationOswald Buddenhagen2013-12-222-1/+3
* fix confusion surrounding debug, release & debug_and_releaseOswald Buddenhagen2013-12-221-25/+26
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-053-4/+20
|\
| * properly replace windows paths in installed meta filesOswald Buddenhagen2013-12-041-1/+12
| * support s///i option in built-in sedOswald Buddenhagen2013-12-041-2/+7
| * Add PBXCopyFilesBuildPhases to main target, not preprocessing stepTor Arne Vestbø2013-12-031-1/+1
* | 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/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
* 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
* make sure that installed meta files are always postprocessedOswald Buddenhagen2013-10-113-2/+131
* fix setting of output directory of SUBDIRS with -tp vsOswald Buddenhagen2013-10-111-1/+1