summaryrefslogtreecommitdiffstats
path: root/qmake/generators/win32/msvc_vcproj.cpp
Commit message (Expand)AuthorAgeFilesLines
* qmake: make sure QMAKE_LIBS{,_PRIVATE} comes after LIBS{,_PRIVATE}Oswald Buddenhagen2018-10-121-4/+7
* qmake: nuke QMAKE_INTERNAL_PRL_LIBSOswald Buddenhagen2018-10-121-2/+0
* Revert "qmake: Work around MSVC compiler bug."Friedemann Kleint2018-09-261-14/+0
* qmake: Apply modernize-use-nullptrAlessandro Portale2018-08-081-2/+2
* qmake: Harden logic for handling the -o optionTor Arne Vestbø2018-07-311-14/+9
* Merge remote-tracking branch 'origin/5.9' into devOswald Buddenhagen2017-08-021-3/+4
|\
| * qmake: Remove last remains of WinCE supportOliver Wolff2017-07-191-3/+3
| * winrt: qmake: Fix deployment rules of created solution filesOliver Wolff2017-07-191-2/+3
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-191-2/+2
|\|
| * qmake: Fix initialization order in VcprojGenerator ctorOrgad Shaneh2017-06-121-2/+2
* | QUuid: add fromString(QStringView/QLatin1String)Marc Mutz2017-04-201-1/+1
|/
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-081-3/+3
|\
| * add a bunch of complementary options to -afterOswald Buddenhagen2017-02-061-3/+3
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-251-4/+21
|\|
| * move "shared" registry reading code into qmakeOswald Buddenhagen2016-12-231-1/+1
| * Fix unnecessary regeneration of mocables in VS projectsJoerg Bornemann2016-12-211-4/+21
* | Remove support for WinRT 8.1 and Windows Phone 8.1Maurice Kalinowski2017-01-181-21/+7
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-161-2/+7
|\|
| * Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2016-12-161-2/+7
| |\
| | * Fix circular dependencies in generated vcxproj filesJoerg Bornemann2016-12-011-1/+6
| | * Fix type of VcprojGenerator::extraCompilerOutputsJoerg Bornemann2016-11-301-1/+1
* | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-131-1/+17
|\| |
| * | qmake: fix execution of depend_command in directories with funny namesOswald Buddenhagen2016-11-301-1/+7
| |/
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-241-0/+11
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-231-0/+11
| | |\
| | | * Add support for Visual Studio 2017Oliver Wolff2016-11-221-0/+11
* | | | Remove wondrous VS version detection logicJoerg Bornemann2016-11-141-92/+1
* | | | Remove superfluous calls to which_dotnet_versionJoerg Bornemann2016-11-111-4/+5
* | | | Remove superfluous includes from VS generatorJoerg Bornemann2016-11-101-1/+0
|/ / /
* | | win32: Fix Visual Studio project generationMaurice Kalinowski2016-09-221-2/+2
* | | qmake: remove unused #includeMarc Mutz2016-09-091-1/+0
* | | Remove the -target command line optionLars Knoll2016-07-051-2/+0
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-211-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-201-1/+1
| |\|
| | * qmake: Fix missing newlines in generated vcxproj filesMat Sutcliffe2016-06-161-1/+1
* | | add ProStringList::join(ProString) overload and make use of itOswald Buddenhagen2016-05-241-1/+2
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-231-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-0/+8
| |\|
| | * qmake: Introduce CE_PLATFORMNAME to fix creation of vcxproj filesOliver Wolff2016-05-181-0/+8
| * | qmake/tools: port the last remaining Q_FOREACH loops and add QT_NO_FOREACHMarc Mutz2016-05-111-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-111-2/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-071-2/+2
| |\|
| | * Fix abuse of assignment-in-conditional (and the resulting warning)Joerg Bornemann2016-04-061-2/+2
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-051-0/+34
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Simon Hausmann2016-03-231-0/+34
| |\|
| | * 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
* | | qmake: Remove Windows CE support.Joerg Bornemann2016-03-101-62/+3
|/ /
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-111-5/+5
|\|
| * qmake: use QString::replace() overloaded with QLatin1StringAnton Kudryavtsev2016-02-041-5/+5