summaryrefslogtreecommitdiffstats
path: root/qmake/generators/win32/msvc_vcproj.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | QtBase: avoid uses of Java-style iterators [QHash, QMap]Marc Mutz2016-02-021-3/+1
* | qmake: replace a QLinkedList with QVectorMarc Mutz2016-02-011-5/+5
* | qmake: eradicate Q_FOREACH loops [already const]Marc Mutz2016-01-281-7/+7
* | qmake: eradicate Q_FOREACH loops [rvalues]Marc Mutz2016-01-281-1/+2
* | qmake: eradicate Q_FOREACH loops [const-& returns]Marc Mutz2016-01-281-6/+6
* | qmake: don't iterate over .keys()Marc Mutz2016-01-281-6/+4
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-261-2/+2
|\|
| * Use QFileInfo::exists(f) instead of QFileInfo(f).exists()Tobias Koenig2016-01-211-1/+1
| * QMake: replace QStringLiteral with QLatin1StringAnton Kudryavtsev2016-01-211-1/+1
* | Updated license headersJani Heikkinen2016-01-211-17/+12
|/
* winphone: Invoke windeployqt twice unconditionally for vcprojMaurice Kalinowski2016-01-051-2/+2