summaryrefslogtreecommitdiffstats
path: root/qmake/generators/win32
Commit message (Expand)AuthorAgeFilesLines
* Update licenseheader text in source filesJyri Tahtela2011-05-1316-272/+272
* make collection of SUBDIRS in solution generator less bizarreOswald Buddenhagen2011-04-122-21/+22
* run depend_command in build dir in VS generators as wellOswald Buddenhagen2011-04-124-4/+18
* Merge branch 'backporting-symbian-armcc-to-4.7' into s60-4.7axis2011-03-143-26/+98
|\
| * Fixed win32-msvc2008 build regression.axis2011-03-042-9/+5
| * Made qmake strip trailing \ from libdirs.axis2011-03-041-1/+4
| * Added MinGW support for adding lib prefix and extension via profile.axis2011-03-043-9/+19
| * Added support for various special compiler/linker flags on MinGW.axis2011-03-041-0/+18
| * Added support for rvct_linker config in qmake's MinGW generator.axis2011-03-041-3/+11
| * Avoided some MinGW specific codepaths when building Symbian libs.axis2011-03-042-3/+4
| * Added .lib/.dso dependency tracking to Symbian with MinGW generator.axis2011-03-041-0/+6
| * Added object script support to RVCT when using MinGW qmake generator.axis2011-03-041-8/+38
| * Added Symbian makefile building support using MinGW backend.axis2011-03-041-2/+2
* | fix DLLDESTDIR handling in nmake generator when QMAKE_POST_LINK is usedOswald Buddenhagen2011-03-021-2/+2
|/
* Update copyright year to 2011.Jason McDonald2011-01-1016-16/+16
* Fix QTBUG-13928 non flat mode for project files in VS2010.Martin Petersson2010-11-251-7/+24
* Fixed namespace issues related to epocroot.cppMiikka Heikkinen2010-11-191-3/+3
* qmake vcxproj generator: fix description of custom build toolsJoerg Bornemann2010-11-121-1/+1
* Fixed many spelling errors.Rohan McGovern2010-10-252-5/+5
* Revert "qmake: pass include directories to MS resource compiler"Joerg Bornemann2010-10-133-4/+1
* qmake: delete .pdb file when making 'distclean' instead of 'clean'Joerg Bornemann2010-10-111-1/+1
* qmake: pass include directories to MS resource compilerJoerg Bornemann2010-10-113-1/+4
* fix regexp in "make custom command handling in vc(x)proj files sane"Oswald Buddenhagen2010-10-061-1/+1
* make QMAKE_POST_LINK handling in nmake generator saneOswald Buddenhagen2010-10-051-4/+1
* make custom command handling in vc(x)proj files saneOswald Buddenhagen2010-10-057-89/+50
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-263-3/+4
|\
| * qmake vc[x]proj generators: support /MAP option without file nameJoerg Bornemann2010-08-242-2/+4
| * qmake vcxproj generator: fix bug when using CharacterSet=1 in .pro fileJoerg Bornemann2010-08-241-1/+0
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-08-261-3/+6
|\ \ | |/ |/|
| * qmake: fix assertion on Windows when DESTDIR is empty in static libsJoerg Bornemann2010-08-171-3/+6
* | qmake vcxproj generator: fix usage of /Fd in QMAKE_CXXFLAGSJoerg Bornemann2010-08-201-1/+1
* | qmake: fix vcxproj generator when using /Fd in QMAKE_CXXFLAGSJoerg Bornemann2010-08-201-0/+1
* | QMake/Win32/MinGW: Fix ar script generating with absolute pathsTuomas Suutari2010-08-181-4/+1
* | qmake: Fix CONFIG += exceptions_off with the MSVC project generator, take 2.Jocelyn Turcotte2010-06-244-6/+4
* | qmake: Fix CONFIG += exceptions_off with the MSVC project generator.Jocelyn Turcotte2010-06-162-2/+6
* | support for cross building Qt for MinGW (win32-g++) on UnixMark Brand2010-06-101-1/+6
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-06-081-0/+6
|\ \ | |/
| * qmake: don't warn about unknown MSVC compiler option /MPJoerg Bornemann2010-06-021-0/+6
* | Added support for .rc files on VS2010.Martin Petersson2010-05-201-2/+37
* | Added a default value for optimization settings.Martin Petersson2010-05-181-0/+1
* | remove extraneous return statementOswald Buddenhagen2010-05-061-1/+0
* | cosmetics: change enum valueOswald Buddenhagen2010-05-061-1/+1
* | Fix project file generation for MSVC 2010Martin Petersson2010-04-302-3/+32
* | qmake: remove useless evaluation of variables from VS project generatorsJoerg Bornemann2010-04-292-16/+0
* | qmake: fix duplicate linker options in VS project filesJoerg Bornemann2010-04-292-14/+0
* | qmake: fix duplicate compiler options in VS project filesJoerg Bornemann2010-04-292-8/+0
* | Fix all qmake Makefiles to include the MSBuild backendMarius Storm-Olsen2010-04-241-2/+2
* | Add support for MSBuild, which is the project format for MSVC 2010Martin Petersson2010-04-218-6/+4996
* | Add DEFINES to mingw32/windres.exe command line.Robert Griebl2010-03-121-1/+1
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Rohan McGovern2010-03-061-0/+4
|\ \ | |/