summaryrefslogtreecommitdiff
path: root/qmake
AgeCommit message (Expand)AuthorFilesLines
2014-02-12fix warning when generating VS 2013 projectJoerg Bornemann1-0/+5
2014-02-04Doc: Fix broken linksSze Howe Koh1-7/+5
2014-01-30set empty PDB file name in release config of VS 2012 vcxproj filesJoerg Bornemann1-1/+12
2014-01-27Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2-2/+9
2014-01-23ensure that output path is normalizedOswald Buddenhagen1-1/+1
2014-01-22fix VS 2010 project file generation for release modeJoerg Bornemann1-2/+5
2014-01-22Replace @BUNDLEIDENTIFER@ in Info.plistMorten Johan Sørvig1-0/+4
2014-01-15don't turn = into += in cumulative modeOswald Buddenhagen1-25/+4
2014-01-15set QMAKE_INTERNAL_INCLUDED_FILES even without PROEVALUATOR_FULLOswald Buddenhagen1-4/+0
2014-01-15qdocconf: Remove nonexistent dependencySze Howe Koh1-1/+0
2014-01-10fix memory leaks in MSVC generatorsJoerg Bornemann2-6/+8
2014-01-08fix detection for multiple VS installationsJoerg Bornemann1-2/+4
2014-01-07do not look for mkspecs/ directories in project treesOswald Buddenhagen1-21/+0
2013-12-22clean out some garbage in CONFIGOswald Buddenhagen1-9/+0
2013-12-22make qmake auto-rebuild after path reconfigurationOswald Buddenhagen2-1/+3
2013-12-22fix confusion surrounding debug, release & debug_and_releaseOswald Buddenhagen1-25/+26
2013-12-05Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn3-4/+20
2013-12-04properly replace windows paths in installed meta filesOswald Buddenhagen1-1/+12
2013-12-04support s///i option in built-in sedOswald Buddenhagen1-2/+7
2013-12-03Add PBXCopyFilesBuildPhases to main target, not preprocessing stepTor Arne Vestbø1-1/+1
2013-12-03Doc: fixed invalid referenceNico Vertriest1-0/+1
2013-12-03avoid vcX0.pdb files for qmakeOswald Buddenhagen1-4/+2
2013-12-03make compiler use the project's pdb fileOswald Buddenhagen1-3/+5
2013-12-03complete implementation of force_debug_infoOswald Buddenhagen5-7/+14
2013-12-03install pdb files also for executablesOswald Buddenhagen1-2/+2
2013-12-03make CONFIG+=no_dll affect pdb files as wellOswald Buddenhagen1-1/+2
2013-11-26Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn5-10/+24
2013-11-25make distclean actually remove the static library targetOswald Buddenhagen1-1/+1
2013-11-23fix handling of \\ in replacement string in s/// cmd of built-in sedOswald Buddenhagen1-0/+1
2013-11-23fix handling of | in s/// commands of built-in sedOswald Buddenhagen1-1/+1
2013-11-23adequately shell-escape generated sed commandsOswald Buddenhagen2-1/+12
2013-11-22Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn1-3/+3
2013-11-22Show all of the internal included files in the Supporting Files groupAndy Shaw1-2/+2
2013-11-21install pdb files for dlltargetOswald Buddenhagen1-2/+4
2013-11-21Fix mkdir command in Windows shell for paths with forward-slashesEskil Abrahamsen Blomfeldt1-1/+1
2013-11-21fix more cases of mkdir_asstring() argument overquotingOswald Buddenhagen1-5/+5
2013-11-20fix overquoting in some mkdir callsOswald Buddenhagen1-3/+3
2013-11-14support a cache that is really just a cacheOswald Buddenhagen5-28/+62
2013-11-14clean superfile and cachefile paths upon creationOswald Buddenhagen1-2/+2
2013-11-06Doc: Updated url variable in qdocconf files.Jerome Pasion1-2/+1
2013-11-04move setting of _QMAKE_{SUPER,CONF,CACHE}_ to a more logical locationOswald Buddenhagen1-24/+25
2013-11-04bring fake qmake project up to snuffOswald Buddenhagen2-27/+26
2013-11-04fix warnings about unused variables & parametersOswald Buddenhagen3-5/+6
2013-11-04shrink #ifdef'd sectionOswald Buddenhagen1-4/+5
2013-11-04make-gcc-happy variable-may-be-uninitialized (but-is-not) commitOswald Buddenhagen1-1/+1
2013-11-04fix initialization order warningsOswald Buddenhagen1-4/+4
2013-11-04fix signedness warningsOswald Buddenhagen1-2/+2
2013-11-04kill dead codeOswald Buddenhagen1-11/+0
2013-11-01xcode generator: warn if QMAKE_INFO_PLIST is not validRichard Moe Gustavsen2-0/+4
2013-10-31fix VS version selectionJoerg Bornemann1-31/+16