summaryrefslogtreecommitdiffstats
path: root/qmake
Commit message (Expand)AuthorAgeFilesLines
* vcxproj generator: Support the /DEBUG:FASTLINK option of VS 2015Joerg Bornemann2016-11-043-2/+24
* MSVC: Fix installation of PDB files for static librariesJoerg Bornemann2016-10-281-4/+11
* iOS: link photo lib plugin based on Info.plist contentsRichard Moe Gustavsen2016-10-261-0/+6
* Fix possible loss of data in conversion from size_t to int warningJesus Fernandez2016-10-251-1/+4
* fix warning in qmakevfs without PROEVALUATOR_FULLOswald Buddenhagen2016-09-291-0/+1
* report cumulativity of $$system() and evaluator error output as wellOswald Buddenhagen2016-09-292-2/+4
* Fix code signing for qmake-generated Xcode projects in Xcode 8 (again)Jake Petroules2016-09-221-18/+30
* Fix code signing for qmake-generated Xcode projects in Xcode 8Jake Petroules2016-09-161-0/+23
* winrt: Add support for version requirements for MSVC2015Maurice Kalinowski2016-08-251-0/+7
* Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-121-20/+20
* Define _WINDLL when building a DLLFredrik Orderud2016-08-111-0/+6
* terminate when command called by system() got SIGINT or SIGQUITOswald Buddenhagen2016-07-211-3/+10
* fix raw data leak in $$absolute_path()Oswald Buddenhagen2016-07-131-1/+5
* fix calculations of worst-case size requirements for token bufferOswald Buddenhagen2016-07-131-6/+9
* fix custom functions inheriting other functions' argumentsOswald Buddenhagen2016-07-131-17/+39
* make error() propagate from requires() and REQUIRES=Oswald Buddenhagen2016-07-133-6/+12
* make error() propagate from custom replace functionsOswald Buddenhagen2016-07-133-55/+78
* fix error() not propagating through if()Oswald Buddenhagen2016-07-134-8/+9
* nuke dead expandVariableReferences() overload prototypeOswald Buddenhagen2016-06-301-1/+0
* qmake: Fix missing newlines in generated vcxproj filesMat Sutcliffe2016-06-166-6/+15
* Fix an issue causing qmake to generate corrupt Makefiles.Jake Petroules2016-06-151-2/+5
* Use separate PDB files for compiling and linking in MSVC buildsJoerg Bornemann2016-06-151-2/+5
* Doc: Fix example code in qmake ManualLeena Miettinen2016-06-151-1/+1
* Doc: Describe QMAKE_EXTENSION_STATICLIB in qmake ManualLeena Miettinen2016-06-031-0/+7
* qmake: Introduce CE_PLATFORMNAME to fix creation of vcxproj filesOliver Wolff2016-05-181-0/+8
* add some missing filename expandos to extra compilersOswald Buddenhagen2016-05-021-1/+9
* ensure that QMAKE_FILE_{IN,OUT}_BASE are quotedOswald Buddenhagen2016-05-021-2/+2
* Possible crash in QMakeSourceFileInfoJesus Fernandez2016-04-291-30/+40
* Unchecked return value in QMakeProjectJesus Fernandez2016-04-291-4/+2
* Fix Group-relative specification of files in generated Xcode projects.Jake Petroules2016-04-201-6/+6
* Fix dependency scanner being confused by UTF-8 BOMMATSUMURA Tetsuro2016-04-131-1/+8
* Fix abuse of assignment-in-conditional (and the resulting warning)Joerg Bornemann2016-04-061-2/+2
* qmake/wince: Deploy QPA plugin as well in Visual StudioAndreas Holzammer2016-03-221-0/+27
* qmake: Fix wince dll deployment in Visual StudioAndreas Holzammer2016-03-221-0/+7
* de-duplicate condition for default install targetOswald Buddenhagen2016-03-161-5/+2
* qmake: fix UB in QMakeParser::putHashStr()Marc Mutz2016-03-101-1/+2
* fix file separators in target.targets INSTALLSOswald Buddenhagen2016-03-101-1/+1
* remove dead code re CONFIG+=generate_pbxbuild_makefileOswald Buddenhagen2016-02-191-39/+0
* remove redundant namespace qualificationOswald Buddenhagen2016-02-051-2/+1
* qmake: use QString::replace() overloaded with QLatin1StringAnton Kudryavtsev2016-02-0412-44/+44
* Use QFileInfo::exists(f) instead of QFileInfo(f).exists()Tobias Koenig2016-01-211-1/+1
* Work around MinGW-make's magic prefixing of paths.Frederik Gladhorn2016-01-218-4/+38
* QMake: replace QStringLiteral with QLatin1StringAnton Kudryavtsev2016-01-217-16/+16
* Support precompiled header files without file extension in VS projectsJoerg Bornemann2016-01-181-1/+1
* winrt: enable hardware buttons for Windows 10Maurice Kalinowski2016-01-141-0/+3
* rewrite qtAddToolEnv()Oswald Buddenhagen2016-01-081-4/+0
* winphone: Invoke windeployqt twice unconditionally for vcprojMaurice Kalinowski2016-01-051-2/+2
* Correctly flag WinPhoneFrank Meerkoetter2016-01-011-1/+1
* add enablers for printing project errors in cumulative modeOswald Buddenhagen2015-12-215-7/+15
* make CONFIG feature evaluation failure non-fatal in cumulative modeOswald Buddenhagen2015-12-211-1/+1