qt5base-lts/qmake/generators/win32
Joerg Bornemann 10a0ac759e Windows XP target support for MSVC >= 2012
To enable windows xp support, we must do two things:
1. linker flag must be /SUBSYSTEM:CONSOLE,5.01 or
   /SUBSYSTEM:WINDOWS,5.01. For x64, the version is 5.02.
2. Do not use Windows Kit 8. Win SDK v7.1A is recommended. Prepend the
   right include paths and lib paths to INCLUDE and LIB before
   building.

The Windows XP target support is enabled by passing "-target xp" to
configure.

Task-number: QTBUG-29939

Change-Id: I84c8439606cc2a9d27d64947702846faa4f1e4a2
Reviewed-by: Lucas Wang <wbsecg1@gmail.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
2014-04-03 18:31:45 +02:00
..
cesdkhandler.cpp Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
cesdkhandler.h Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
mingw_make.cpp Add support for using -isystem in qmake 2014-01-20 02:42:31 +01:00
mingw_make.h Whitespace cleanup: remove trailing whitespace 2013-03-16 20:22:50 +01:00
msbuild_objectmodel.cpp move platform toolset retrieval to VcprojGenerator 2014-04-03 18:31:38 +02:00
msbuild_objectmodel.h move platform toolset retrieval to VcprojGenerator 2014-04-03 18:31:38 +02:00
msvc_nmake.cpp Windows: Support .pdb file names with spaces. 2014-03-14 18:17:48 +01:00
msvc_nmake.h qmake: fix const correctness 2013-12-10 12:24:59 +01:00
msvc_objectmodel.cpp Merge remote-tracking branch 'origin/stable' into dev 2014-02-17 11:39:16 +01:00
msvc_objectmodel.h move platform toolset retrieval to VcprojGenerator 2014-04-03 18:31:38 +02:00
msvc_vcproj.cpp Windows XP target support for MSVC >= 2012 2014-04-03 18:31:45 +02:00
msvc_vcproj.h move platform toolset retrieval to VcprojGenerator 2014-04-03 18:31:38 +02:00
msvc_vcxproj.cpp Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
msvc_vcxproj.h Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
winmakefile.cpp qmake: Add DISTCLEAN_DEPS variable 2014-01-30 22:09:42 +01:00
winmakefile.h Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00