Enable QT_TYPESAFE_FLAGS in headersclean

Change-Id: Ie40a18af7f97b73ea79a09e0dea3fe08c56a1ebb
Reviewed-by: Marc Mutz <marc.mutz@qt.io>
This commit is contained in:
Giuseppe D'Angelo 2022-03-03 15:11:52 +01:00
parent 63a3fd12fe
commit 297fdcaf30

View File

@ -29,6 +29,7 @@ function(qt_internal_add_headers_clean_target
-DQT_NO_URL_CAST_FROM_STRING
-DQT_NO_CAST_FROM_BYTEARRAY
-DQT_NO_KEYWORDS
-DQT_TYPESAFE_FLAGS
-DQT_USE_QSTRINGBUILDER
-DQT_USE_FAST_OPERATOR_PLUS)