clang-cl: remove unneeded workaround
This piece of code may be some old workaround, but anyway Qt doesn't need it anymore. Removing them doesn't cause any compilation errors or even warnings. We should not keep any workaround if they are not needed anymore. Change-Id: Ieae8c2b005fa5e556c838d78d839d498101f28ff Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
88406f446c
commit
95f103edab
@ -125,12 +125,6 @@ qt_internal_extend_target(${target_name} CONDITION WIN32
|
|||||||
_SCL_SECURE_NO_WARNINGS
|
_SCL_SECURE_NO_WARNINGS
|
||||||
)
|
)
|
||||||
|
|
||||||
qt_internal_extend_target(${target_name} CONDITION CLANG AND WIN32
|
|
||||||
COMPILE_OPTIONS
|
|
||||||
"-fms-compatibility-version=19.00.23506"
|
|
||||||
"-Wno-microsoft-enum-value"
|
|
||||||
)
|
|
||||||
|
|
||||||
set_target_properties(${target_name} PROPERTIES
|
set_target_properties(${target_name} PROPERTIES
|
||||||
AUTOMOC OFF
|
AUTOMOC OFF
|
||||||
AUTORCC OFF
|
AUTORCC OFF
|
||||||
|
Loading…
Reference in New Issue
Block a user