summaryrefslogtreecommitdiffstats
path: root/qmake
Commit message (Expand)AuthorAgeFilesLines
* Add QMake variables for development team and provisioning profileVikas Pachdha2017-12-061-5/+12
* write Libs.private to .pc files only in static buildsOswald Buddenhagen2017-04-121-12/+12
* Fix detection of WinCE SDKs with MSVC2015Tobias Koenig2017-02-101-0/+5
* unbreak "aux" template for mingw & msvc, take 3Oswald Buddenhagen2017-01-203-6/+8
* Fix capitalization of <PlatformToolset>Joerg Bornemann2017-01-031-1/+1
* unbreak "aux" template for mingw & msvc, take 2Oswald Buddenhagen2016-11-233-12/+24
* qmake: fix up dist targets for mingw & nmake somewhatOswald Buddenhagen2016-11-231-2/+4
* Document QMAKE_OBJECTIVE_CFLAGSJesus Fernandez2016-11-221-0/+6
* Add support for Visual Studio 2017Oliver Wolff2016-11-224-3/+26
* don't create bogus property variantsOswald Buddenhagen2016-11-141-25/+28
* fix $$section()'s bad argument count error messageOswald Buddenhagen2016-11-141-2/+1
* 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