Add QT_NO_CAST_TO_ASCII

This commit is contained in:
Albert Astals Cid 2020-01-23 17:19:49 +01:00
parent 6b229c3ae2
commit 2a988a2021

View File

@ -103,7 +103,8 @@ if (CMAKE_COMPILER_IS_GNUCXX)
endif (CMAKE_SYSTEM_NAME MATCHES Linux)
endif (CMAKE_COMPILER_IS_GNUCXX)
add_definitions(-DQT_NO_SIGNALS_SLOTS_KEYWORDS
add_definitions(-DQT_NO_CAST_TO_ASCII
-DQT_NO_SIGNALS_SLOTS_KEYWORDS
-DQT_USE_QSTRINGBUILDER
-DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT)