aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Faure <faure@kde.org>2013-06-20 14:21:36 +0200
committerDavid Faure <faure@kde.org>2013-06-20 14:21:36 +0200
commit6fd66782b422fa5d3535ce0c65ac426df08b150e (patch)
treeeca909e1b202b469c9c8aedb5037f61713b04cd9
parentb39487f7d5b43b2933fc2a239b0bdb073f861608 (diff)
downloadextra-cmake-modules-6fd66782b422fa5d3535ce0c65ac426df08b150e.tar.gz
extra-cmake-modules-6fd66782b422fa5d3535ce0c65ac426df08b150e.tar.bz2
Disable signals and slots macros, but not "emit", which is perfectly fine.
-rw-r--r--kde-modules/KDECompilerSettings.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/kde-modules/KDECompilerSettings.cmake b/kde-modules/KDECompilerSettings.cmake
index 8a5c336b..d72bd9e6 100644
--- a/kde-modules/KDECompilerSettings.cmake
+++ b/kde-modules/KDECompilerSettings.cmake
@@ -319,7 +319,7 @@ add_definitions(-DQT_NO_CAST_TO_ASCII
-DQT_STRICT_ITERATORS
-DQT_NO_URL_CAST_FROM_STRING
-DQT_NO_CAST_FROM_BYTEARRAY
- -DQT_NO_KEYWORDS
+ -DQT_NO_SIGNALS_SLOTS_KEYWORDS
-DQT_USE_FAST_CONCATENATION
-DQT_USE_FAST_OPERATOR_PLUS
)