2016-02-10 12:05:26 +00:00
|
|
|
#
|
2016-06-16 06:21:03 +00:00
|
|
|
# qmake configuration for win32-clang-msvc
|
2016-02-10 12:05:26 +00:00
|
|
|
#
|
|
|
|
# Notice: this uses the clang-cl wrapper
|
|
|
|
#
|
|
|
|
|
|
|
|
include(../common/msvc-desktop.conf)
|
|
|
|
|
|
|
|
QMAKE_COMPILER += clang_cl llvm
|
|
|
|
|
|
|
|
QMAKE_CC = clang-cl
|
|
|
|
QMAKE_CXX = $$QMAKE_CC
|
|
|
|
|
2016-11-16 13:10:29 +00:00
|
|
|
QMAKE_CFLAGS += -Wno-microsoft-enum-value
|
2018-02-22 18:28:37 +00:00
|
|
|
|
|
|
|
QMAKE_CXXFLAGS += -Wno-microsoft-enum-value
|
2016-02-10 12:05:26 +00:00
|
|
|
|
|
|
|
# Precompiled headers are not supported yet by clang
|
|
|
|
CONFIG -= precompile_header
|
|
|
|
|
|
|
|
load(qt_config)
|