summaryrefslogtreecommitdiffstats
path: root/qmake/generators/win32/msvc_vcproj.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-311-13/+13
* *.sln not generated correctly for VS2012 and VS2010Katja Marttila2015-02-021-4/+4
* Only add the res_file to the generated files if there is no rc_fileAndy Shaw2014-11-271-1/+2
* qmake vcxproj generator: write PrimaryOutputExtension valueJoerg Bornemann2014-10-271-6/+21
* vcxproj generator: append version suffix only to library targetsJoerg Bornemann2014-04-081-1/+3
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* add support for Visual Studio 2013Joerg Bornemann2014-01-211-0/+12
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* qmake: support for Visual Studio 2012 project files addedJoerg Bornemann2012-12-091-0/+12
* Revert "qmake vcxproj generator: map TARGET_EXT to $(TargetExt)"Joerg Bornemann2012-10-181-1/+0
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* qmake vcxproj generator: map TARGET_EXT to $(TargetExt)Joerg Bornemann2012-08-081-0/+1
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* qmake vc(x)proj generator: don't create bogus directoriesJoerg Bornemann2012-04-171-0/+3
* qmake vc(x)project generator: fix VC++ Express detectionJoerg Bornemann2012-04-161-1/+3
* qmake: fix default value for C++ optimization in vcxproj filesJoerg Bornemann2012-03-221-0/+4
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-tools-staging into mast...Qt Continuous Integration System2011-05-111-9/+13
|\
| * qmake vc(x)proj generator: support x64 Qt buildsJoerg Bornemann2011-05-061-9/+13
* | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-04-181-22/+26
|\ \
| * | make collection of SUBDIRS in solution generator less bizarreOswald Buddenhagen2011-04-121-21/+21
| * | run depend_command in build dir in VS generators as wellOswald Buddenhagen2011-04-121-1/+5
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-earth-staging into mast...Qt Continuous Integration System2011-03-161-3/+8
|\ \ \ | |_|/ |/| |
| * | QMAKE: Fix post build events for VS2010Martin Petersson2011-03-151-3/+8
* | | qmake vc(x)proj generator: fix handling of DEFINES from .prl filesJoerg Bornemann2011-03-151-13/+0
* | | qmake vc(x)proj generator: set the output directoryJoerg Bornemann2011-03-151-37/+8
|/ /
* | 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
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-251-3/+3
|\|
| * Fixed namespace issues related to epocroot.cppMiikka Heikkinen2010-11-191-3/+3
* | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-10-251-4/+4
|\|
| * Fixed many spelling errors.Rohan McGovern2010-10-251-4/+4
* | Add manual test for mkspecs to visualize the effect of the final configTor Arne Vestbø2010-10-131-0/+1
* | Inconsistency with deployment keyword .sources and .files.Miikka Heikkinen2010-10-081-1/+2
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-10-071-20/+6
|\|
| * make custom command handling in vc(x)proj files saneOswald Buddenhagen2010-10-051-20/+6
* | qmake: introduction of QMAKE_PROJECT_NAMEJoerg Bornemann2010-09-211-3/+3
* | qmake vcproj generator cleanupJoerg Bornemann2010-08-101-15/+11
* | qmake: repair .vcxproj generationJoerg Bornemann2010-08-101-4/+8
* | qmake: remove duplicated code from VcxprojGeneratorJoerg Bornemann2010-08-101-8/+28
* | qmake vcxproj generator: introduce VCXProjectWriterJoerg Bornemann2010-08-101-3/+7
* | qmake vcproj generator: introduce VCProjectWriterJoerg Bornemann2010-08-101-3/+12
* | qmake: fix misuse of static_cast in msvc_vcproj.cppJoerg Bornemann2010-08-101-2/+7
* | qmake: remove some old .dsp related code from .vcproj generatorJoerg Bornemann2010-08-101-78/+24
* | qmake: remove Windows CE stuff from .vcxproj generatorJoerg Bornemann2010-08-101-2/+0
* | qmake: remove VS2003 work-around from vcxproj generatorJoerg Bornemann2010-08-101-0/+1
* | 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