summaryrefslogtreecommitdiffstats
path: root/qmake
Commit message (Expand)AuthorAgeFilesLines
* Mention the c++14 CONFIG option in the qmake variable referenceLaszlo Papp2014-12-201-0/+3
* Doc: fix copy & paste errorJoerg Bornemann2014-12-121-1/+1
* Merge "Merge remote-tracking branch 'origin/5.4.0' into 5.4" into refs/stagin...Simon Hausmann2014-12-051-0/+2
|\
| * Merge remote-tracking branch 'origin/5.4.0' into 5.4Simon Hausmann2014-12-051-0/+2
| |\
| | * Doc: add navigation info to qmake ManualLeena Miettinen2014-12-011-0/+2
* | | Add missing documentation for some variablesAndy Shaw2014-12-051-0/+64
|/ /
* | qmake: Add .qmake.stash/super to QMAKE_DISTCLEAN when owned by projectTor Arne Vestbø2014-12-031-0/+16
* | fix rc compilation in vcxproj filesJoerg Bornemann2014-12-021-1/+1
|/
* Add the custom build step for PCH generated through sourceAndy Shaw2014-11-131-2/+2
* Xcode: Make sure QMAKE_PRE_LINK dependencies are complete for multi-arch buildsTor Arne Vestbø2014-11-121-2/+17
* Add CFBundleIdentifier to the bundle Info.plist'sMorten Johan Sørvig2014-11-101-9/+13
* xcodegenerator: use a copy resource phase if possibleFawzi Mohamed2014-10-301-16/+24
* work around MSVC2010 ICEOswald Buddenhagen2014-10-291-2/+2
* Merge remote-tracking branch 'origin/5.3' into 5.4Oswald Buddenhagen2014-10-281-4/+8
|\
| * vcxproj: fix writing of librarian settingsJoerg Bornemann2014-10-281-4/+8
* | Run VS custom build step in new environment variable scope.David Schulz2014-10-231-0/+4
* | qmake vcxproj generator: write PrimaryOutputExtension valueJoerg Bornemann2014-10-224-8/+33
* | Removing a few unneeded "? true : false"Alessandro Portale2014-10-091-1/+1
* | fix VS 2008 project file generationJoerg Bornemann2014-10-091-18/+18
* | fix vcxproj generation for CONFIG-=flatJoerg Bornemann2014-10-092-16/+23
* | Merge remote-tracking branch 'origin/5.3' into 5.4Oswald Buddenhagen2014-10-062-132/+126
|\|
| * wrap ALL_DEPS somewhat sanelyOswald Buddenhagen2014-10-011-1/+1
| * fix Info.plist location in framework bundlesOswald Buddenhagen2014-10-011-2/+7
| * don't try to create nested top-level bundle dir symlinksOswald Buddenhagen2014-10-011-2/+6
| * de-duplicate top-level bundle symlink creationOswald Buddenhagen2014-10-011-7/+12
| * redo bundle file dependency trackingOswald Buddenhagen2014-10-012-43/+16
| * fix omission of QMAKE_PKGINFO from sliced bundlesOswald Buddenhagen2014-10-011-0/+1
| * Add CFBundleVersion to the Info.plist files.Morten Johan Sørvig2014-10-011-2/+7
| * Don't make Info.plist for debug framework bundlesGabriel de Dietrich2014-10-011-55/+57
| * centralize bundle_dir calculationOswald Buddenhagen2014-10-011-4/+4
| * nest bundle-related conditionals for clarityOswald Buddenhagen2014-10-011-19/+20
| * make top-level symlinks in bundles point to Current, not the major versionOswald Buddenhagen2014-10-011-1/+2
| * write 'all' target laterOswald Buddenhagen2014-10-011-13/+10
* | Doc: Use title case in section1 titlesNico Vertriest2014-09-301-1/+1
* | vcxproj: fix custom build steps in different build variantsJoerg Bornemann2014-09-292-28/+47
* | introduce VCFilter::findFileJoerg Bornemann2014-09-293-16/+18
* | remove unused member VCFilter::CustomBuildJoerg Bornemann2014-09-292-16/+0
* | Add a way for qmake + configure to link dynamically to the CRTAndrew Knight2014-09-251-1/+1
* | remove pointless initializationsJoerg Bornemann2014-09-252-11/+4
* | simplify VCXProjectWriter::outputFileConfig a bitJoerg Bornemann2014-09-252-7/+5
* | simplify VCXProjectWriter::outputFileConfig a bitJoerg Bornemann2014-09-252-9/+11
* | remove special handling for the "Deployment Files" filterJoerg Bornemann2014-09-242-6/+5
* | refactor VCXProjectWriter::outputFileConfigJoerg Bornemann2014-09-242-145/+62
* | uncopy & -pastify codeJoerg Bornemann2014-09-243-128/+32
* | Update license headers and add new license filesMatti Paaso2014-09-2459-1114/+642
* | Xcode generator: always create 'Copy Bundle Resources' phaseRichard Moe Gustavsen2014-09-201-11/+11
* | make it possible to suppress warnings of the vcxproj generatorJoerg Bornemann2014-09-173-2/+18
* | add missing DefaultLanguage property for WinRT projectsJoerg Bornemann2014-09-151-1/+2
* | Doc: Fixed broken links introduced by "OS X" doc change.Jerome Pasion2014-09-111-22/+22
* | qmake: Add QMAKE_SONAME_PREFIX variableAdam Strzelecki2014-09-083-0/+52