summaryrefslogtreecommitdiffstats
path: root/qmake/generators/win32/msvc_vcxproj.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-311-14/+14
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-25/+25
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-18/+18
* qmake: remove dead code from VcxprojGeneratorJoerg Bornemann2011-05-061-18/+0
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-1/+1
|\
| * Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
| * make custom command handling in vc(x)proj files saneOswald Buddenhagen2010-10-051-8/+6
| * qmake vcxproj generator: fix bug when using CharacterSet=1 in .pro fileJoerg Bornemann2010-08-241-1/+0
* | qmake: remove duplicated code from VcxprojGeneratorJoerg Bornemann2010-08-101-557/+0
* | qmake: duplicated code removed from msbuild_objectmodel.cppJoerg Bornemann2010-08-101-74/+29
* | qmake vcxproj generator: introduce VCXProjectWriterJoerg Bornemann2010-08-101-2/+9
* | qmake: remove some old .dsp related code from .vcproj generatorJoerg Bornemann2010-08-101-3/+4
* | qmake: remove Windows CE stuff from .vcxproj generatorJoerg Bornemann2010-08-101-146/+4
* | qmake: remove VS2003 work-around from vcxproj generatorJoerg Bornemann2010-08-101-6/+0
* | qmake: no need to add the _WINDOWS define twiceJoerg Bornemann2010-08-101-6/+0
* | qmake: useless addition of the NDEBUG define removedJoerg Bornemann2010-08-101-2/+0
* | qmake: don't add QT_NO_DEBUG in msvc generatorsJoerg Bornemann2010-08-101-3/+1
* | qmake msvc generator: remove unneeded handling of variablesJoerg Bornemann2010-08-101-12/+1
|/
* qmake: Fix CONFIG += exceptions_off with the MSVC project generator, take 2.Jocelyn Turcotte2010-06-241-0/+1
* remove extraneous return statementOswald Buddenhagen2010-05-061-1/+0
* Fix project file generation for MSVC 2010Martin Petersson2010-04-301-3/+8
* qmake: remove useless evaluation of variables from VS project generatorsJoerg Bornemann2010-04-291-8/+0
* qmake: fix duplicate linker options in VS project filesJoerg Bornemann2010-04-291-7/+0
* qmake: fix duplicate compiler options in VS project filesJoerg Bornemann2010-04-291-4/+0
* Add support for MSBuild, which is the project format for MSVC 2010Martin Petersson2010-04-211-0/+851