CMake: Add QT_NO_KEYWORDS

This commit is contained in:
Jonas Kvinge 2024-08-25 06:24:26 +02:00
parent 80bea31b98
commit e75698ee9a
1 changed files with 1 additions and 0 deletions

View File

@ -496,6 +496,7 @@ add_definitions(
-DQT_NO_FOREACH
-DQT_ASCII_CAST_WARNINGS
-DQT_NO_CAST_FROM_ASCII
-DQT_NO_KEYWORDS
-DQT_NO_SIGNALS_SLOTS_KEYWORDS
)