summaryrefslogtreecommitdiffstats
path: root/qmake/generators/win32/msvc_vcproj.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-101-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
* | 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
* 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-2/+13
* Factored readRegistryKey implementation out of qmakeaxis2010-02-231-96/+1
* Revert "Factored readRegistryKey implementation out of qmake"Thiago Macieira2010-02-211-1/+96
* Merge remote branch 'origin/4.6' into qt-master-from-4.6Thiago Macieira2010-02-201-96/+1
|\
| * Factored readRegistryKey implementation out of qmakeGareth Stockwell2010-02-191-96/+1
| * Revert "Factored readRegistryKey implementation out of qmake"axis2010-02-191-1/+96
| * Factored readRegistryKey implementation out of qmakeGareth Stockwell2010-02-181-96/+1
* | remove the most blatant tmake compat pathsOswald Buddenhagen2010-02-121-2/+1
|/
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* Revert "qmake - add error message if files for deployment are missing"Joerg Bornemann2009-10-011-8/+2
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\