12 lines
239 B
Plaintext
12 lines
239 B
Plaintext
|
#
|
||
|
# qmake configuration for win32-msvc2015
|
||
|
#
|
||
|
# Written for Microsoft Visual C++ 2015
|
||
|
#
|
||
|
|
||
|
MSC_VER = 1900
|
||
|
MSVC_VER = 14.0
|
||
|
include(../common/msvc-desktop.conf)
|
||
|
include(../common/shell-win32.conf)
|
||
|
load(qt_config)
|