1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2025-02-03 10:57:33 +01:00

CMake: Add QT_NO_KEYWORDS

This commit is contained in:
Jonas Kvinge 2024-08-25 06:24:26 +02:00
parent 80bea31b98
commit e75698ee9a

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
)