summaryrefslogtreecommitdiffstats
path: root/qmake/generators/win32/msvc_vcproj.cpp
Commit message (Expand)AuthorAgeFilesLines
* QMake: replace QStringLiteral with QLatin1StringAnton Kudryavtsev2016-01-211-1/+1
* winphone: Invoke windeployqt twice unconditionally for vcprojMaurice Kalinowski2016-01-051-2/+2
* Remove Wow6432Node versions of Visual Studio registry keysJoerg Bornemann2015-12-081-17/+2
* Remove superfluous code from collectDependenciesJoerg Bornemann2015-12-041-5/+3
* vcproj generator: Fix auto-generated inter-project dependenciesJoerg Bornemann2015-12-041-1/+1
* qmake: Correctly handle shadow build of nested vcsubdirs projects.Mathew Sutcliffe2015-12-011-21/+3
* fix vcxproj linker optionsJoerg Bornemann2015-10-271-6/+7
* Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Liang Qi2015-10-021-11/+12
|\
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-11/+12
| |\
| | * fix parsing of WinRT compiler optionsJoerg Bornemann2015-09-181-11/+11
| | * Fix qmake messing up headers of generated Visual Studio solution filesJonathan Meier2015-09-071-0/+1
* | | merge MingwMakefileGenerator::findLibraries() into Win32MakefileGeneratorOswald Buddenhagen2015-10-021-2/+0
|/ /
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-261-1/+2
|\|
| * WinRT: Fix Visual Studio 2015 project generationMaurice Kalinowski2015-08-071-1/+2
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-031-0/+11
|\|
| * WinRT: Add qmake support for Windows 10Maurice Kalinowski2015-05-261-0/+11
* | deprecate DEPLOYMENT variableJoerg Bornemann2015-06-021-2/+1
* | Introduce qmake RC_DEFINES for RC preprocessor definesM. Moellney2015-06-021-1/+6
|/
* fix extra compilers with indirect outputs in VS projectsJoerg Bornemann2015-04-231-2/+19
* make fileFixify() calling convention somewhat saneOswald Buddenhagen2015-04-211-1/+1
* WinPhone: Re-invoke windeployqt in the MSIL directoryMaurice Kalinowski2015-04-091-3/+23
* Fix qmake generating bizarre msvc /VERSION valuesM. Moellney2015-04-081-7/+11
* qmake: Rework dll deploymentOliver Wolff2015-04-071-20/+32
* add DISTFILES support for Visual Studio projectsJoerg Bornemann2015-03-271-0/+13
* replace incorrect uses of fixPathToLocalOS() (mostly)Oswald Buddenhagen2015-02-171-8/+9
* fix quoting issues. all of them. (*)Oswald Buddenhagen2015-02-171-13/+11
* fix filename handling in replaceExtraCompilerVariables()Oswald Buddenhagen2015-02-171-10/+12
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* inline initOld()Oswald Buddenhagen2015-02-021-39/+35
* inline outputVariables()Oswald Buddenhagen2015-02-021-12/+7
* prune dead fixFilename() functionOswald Buddenhagen2015-02-021-16/+0
* prune pointless assignments of QString::replace() and remove() resultsOswald Buddenhagen2015-02-021-2/+2
* prune vestiges of IMAGES and QMAKE_IMAGE_COLLECTIONOswald Buddenhagen2015-02-021-4/+0
* remove pointless double initialization guardsOswald Buddenhagen2015-02-021-4/+0
* avoid direct use of QLibraryInfo as much as possibleOswald Buddenhagen2015-02-021-2/+1
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-211-1/+0
|\
| * centralize/unify/sanitize INCLUDEPATH "enrichment"Oswald Buddenhagen2015-01-111-1/+0
* | remove unsupported winrt mkspecsAndrew Knight2014-12-161-68/+0
|/
* fix rc compilation in vcxproj filesJoerg Bornemann2014-12-021-1/+1
* qmake vcxproj generator: write PrimaryOutputExtension valueJoerg Bornemann2014-10-221-6/+21
* remove unused member VCFilter::CustomBuildJoerg Bornemann2014-09-291-8/+0
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* make it possible to suppress warnings of the vcxproj generatorJoerg Bornemann2014-09-171-0/+1
* remove FORMS3 support from VS project generatorJoerg Bornemann2014-07-301-4/+0
* Add build support for Windows Phone 8.1Andrew Knight2014-05-221-2/+3
* Fix vcxproj generation on Windows PhoneAndrew Knight2014-04-251-2/+2
* vcxproj generator: append version suffix only to library targetsJoerg Bornemann2014-04-031-1/+3
* Windows XP target support for MSVC >= 2012Joerg Bornemann2014-04-031-2/+8
* move platform toolset retrieval to VcprojGeneratorJoerg Bornemann2014-04-031-0/+25
* qmake: Provide feature for windeployqtAndrew Knight2014-02-111-0/+17