summaryrefslogtreecommitdiffstats
path: root/qmake/generators
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for Visual Studio 2017Oliver Wolff2016-11-222-1/+13
* 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
* Fix possible loss of data in conversion from size_t to int warningJesus Fernandez2016-10-251-1/+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
* Define _WINDLL when building a DLLFredrik Orderud2016-08-111-0/+6
* qmake: Fix missing newlines in generated vcxproj filesMat Sutcliffe2016-06-164-4/+6
* 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
* 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
* 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-0411-43/+43
* 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-215-13/+13
* 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
* qmake: Combine two variables into an array to simplify a loop.Edward Welbourne2015-12-171-7/+5
* qmake: teach findMocs to handle backslash-newline gracefully.Edward Welbourne2015-12-171-36/+47
* qmake: simplify file-reading loop in findMocsEdward Welbourne2015-12-151-4/+4
* qmake: teach moc-detector to handle C++-11 raw stringsEdward Welbourne2015-12-151-81/+85
* qmake: Fix comment false-alarm bug in findMocs().Edward Welbourne2015-12-151-0/+2
* Rewrote qmake's #include-detection to be more faithful to CPP.Edward Welbourne2015-12-151-102/+236
* Don't ignore first character after a string.Edward Welbourne2015-12-111-7/+4
* Teach qmake's #include parser to recognize C++11 Raw strings.Edward Welbourne2015-12-081-9/+38
* Remove Wow6432Node versions of Visual Studio registry keysJoerg Bornemann2015-12-082-33/+8
* Remove superfluous code from collectDependenciesJoerg Bornemann2015-12-041-5/+3
* vcproj generator: Fix auto-generated inter-project dependenciesJoerg Bornemann2015-12-041-1/+1