mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-23 12:07:03 +08:00
14 lines
225 B
Plaintext
14 lines
225 B
Plaintext
|
#
|
||
|
# qmake configuration for win32-msvc
|
||
|
#
|
||
|
# Written for Microsoft C/C++ Optimizing Compiler (all desktop versions)
|
||
|
#
|
||
|
|
||
|
include(../common/msvc-desktop.conf)
|
||
|
|
||
|
QMAKE_CFLAGS +=
|
||
|
|
||
|
QMAKE_CXXFLAGS +=
|
||
|
|
||
|
load(qt_config)
|