CMake: Add QT_NO_SIGNALS_SLOTS_KEYWORDS

This commit is contained in:
Jonas Kvinge 2024-08-12 01:09:01 +02:00
parent cbce9892d5
commit 38eb86bdee
1 changed files with 1 additions and 0 deletions

View File

@ -494,6 +494,7 @@ add_definitions(
-DQT_NO_FOREACH
-DQT_ASCII_CAST_WARNINGS
-DQT_NO_CAST_FROM_ASCII
-DQT_NO_SIGNALS_SLOTS_KEYWORDS
)
if(WIN32)