summaryrefslogtreecommitdiffstats
path: root/qmake/generators
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | 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
* | 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-2433-620/+356
* | 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
* | qmake: Add QMAKE_SONAME_PREFIX variableAdam Strzelecki2014-09-081-0/+7
* | qmake: Don't make rpaths starting with @ or $ absoluteAdam Strzelecki2014-08-091-4/+6
* | Xcode: Reference files by absolute path, and name them by basename onlyTor Arne Vestbø2014-07-312-24/+21
* | Xcode: Don't show QMAKE_INTERNAL_INCLUDED_FILES from Qt (prf/pri)Tor Arne Vestbø2014-07-301-2/+11
* | remove FORMS3 support from VS project generatorJoerg Bornemann2014-07-301-4/+0
* | remove pointless 'group' parameterOswald Buddenhagen2014-07-301-4/+4
* | Correct the list of files included in "make dist"Thiago Macieira2014-07-303-1/+6
* | don't compile the xcode generator on WindowsJoerg Bornemann2014-07-291-0/+4
* | fix qmake warning about unknown /Zc:strictStrings optionJoerg Bornemann2014-07-241-0/+2
* | Xcode: Fix QMAKE_PRE_LINK dependency handlingTor Arne Vestbø2014-07-231-3/+3
* | Merge remote-tracking branch 'origin/stable' into devJ-P Nurmi2014-06-056-27/+40
|\|