Allow compilation with clang-cl disguised as cl
Task-number: QTBUG-63512 Change-Id: I7e0c4e144262a175c39508090c935c73186fac65 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
This commit is contained in:
parent
e3cf2a1ae9
commit
ee6164942d
@ -43,7 +43,7 @@
|
|||||||
#include <QtCore/QOperatingSystemVersion>
|
#include <QtCore/QOperatingSystemVersion>
|
||||||
#include <QtCore/private/qsystemlibrary_p.h>
|
#include <QtCore/private/qsystemlibrary_p.h>
|
||||||
|
|
||||||
#if defined(Q_CC_MINGW)
|
#if defined(Q_CC_MINGW) || defined(Q_CC_CLANG)
|
||||||
# define HAS_UI_VIEW_SETTINGS_INTEROP
|
# define HAS_UI_VIEW_SETTINGS_INTEROP
|
||||||
// Present from MSVC2015 + SDK 10 onwards
|
// Present from MSVC2015 + SDK 10 onwards
|
||||||
#elif (!defined(Q_CC_MSVC) || _MSC_VER >= 1900) && NTDDI_VERSION >= 0xa000000
|
#elif (!defined(Q_CC_MSVC) || _MSC_VER >= 1900) && NTDDI_VERSION >= 0xa000000
|
||||||
|
Loading…
x
Reference in New Issue
Block a user