c23d1c7695
Most files are exactly the same, so it's silly to duplicate this all over. The differences could have been kept in each of the qmake.conf files, but I preferred to centralize because they apply to each newer version and, soon enough, version-specific configuration would grow again. Change-Id: I5c5ed58055c954acf4851d87c70cc5af49c98738 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
12 lines
239 B
Plaintext
12 lines
239 B
Plaintext
#
|
|
# qmake configuration for win32-msvc2010
|
|
#
|
|
# Written for Microsoft Visual C++ 2010
|
|
#
|
|
|
|
MSC_VER = 1600
|
|
MSVC_VER = 10.0
|
|
include(../common/msvc-desktop.conf)
|
|
include(../common/shell-win32.conf)
|
|
load(qt_config)
|