summaryrefslogtreecommitdiffstats
path: root/qmake
Commit message (Expand)AuthorAgeFilesLines
* fix overquoting in some mkdir callsOswald Buddenhagen2013-11-201-3/+3
* 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
* qmake: Update internal mkspec on changes to QMAKESPECTor Arne Vestbø2013-10-112-1/+9
* qmake: Allow QMAKE_MAC_XCODE_SETTINGS to be limited to debug or releaseTor Arne Vestbø2013-10-111-8/+22
* qmake: Centralize TARGET sanitization in default_post.prfTor Arne Vestbø2013-10-112-27/+1
* qmake: Evaluate extra configs before loading default_preTor Arne Vestbø2013-10-112-6/+19
* qmake: Load extra variables only if also loading pre-filesTor Arne Vestbø2013-10-111-4/+4
* *.sln not generated correctly for VS2012 and VS2010Katja2013-10-091-4/+4
* Mention that the c++11 CONFIG flag sometimes has no effect.Mitch Curtis2013-10-091-2/+3
* Document c++11 CONFIG flag.Mitch Curtis2013-10-081-0/+2
* clarify intended operator precedenceOswald Buddenhagen2013-10-071-1/+1
* add default branch to switch in platformToolSetVersion()Oswald Buddenhagen2013-10-071-1/+2
* make setting a bad $$[QMAKEFEATURES] not crash qmakeOswald Buddenhagen2013-10-073-12/+17
* make it possible to disable debug information in vcxproj filesJoerg Bornemann2013-10-011-1/+2
* qmake: add $$title() function to convert strings to title caseTor Arne Vestbø2013-09-241-2/+10
* Xcode: Quote variable names with invalid characters in themTor Arne Vestbø2013-09-241-1/+4
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-09-211-1/+1
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-09-161-1/+1
| |\
| | * Xcode: Resolve extra compiler (e.g qrc) dependenciesTor Arne Vestbø2013-09-131-1/+1
* | | qmake: Expose ARGC to qmake functions to be able to check argument countTor Arne Vestbø2013-09-212-0/+3
* | | qmake: Don't create OBJECTS_DIR and friends for TEMPLATE = subdirsTor Arne Vestbø2013-09-211-1/+1
* | | Sanitize QMAKE_EXTRA_COMPILERS paths in makefilesTor Arne Vestbø2013-09-211-7/+7
* | | Strengthen check for combined QMAKE_EXTRA_COMPILER with variable outputTor Arne Vestbø2013-09-211-3/+4
* | | qmake: added WMAppManifest generation for winphone targetKamil Trzcinski2013-09-172-0/+68
|/ /
* | qmake: added file deployment support for winrt and winphone targetsKamil Trzcinski2013-09-155-60/+123