[poppler] qt5/src

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Nov 8 22:13:02 UTC 2018


 qt5/src/CMakeLists.txt |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 54d003599920276710e7532b2250b302b459e2a4
Author: Albert Astals Cid <aacid at kde.org>
Date:   Thu Nov 8 23:12:15 2018 +0100

    qt5: Add -DQT_NO_SIGNALS_SLOTS_KEYWORDS
    
    We don't have any signals or slots at the moment but add the keyword so
    if we ever add them it's using the Q_SIGNAL/Q_SLOT variant so we don't
    get collisions with other people that use signal/slot

diff --git a/qt5/src/CMakeLists.txt b/qt5/src/CMakeLists.txt
index 6f34054e..de565b23 100644
--- a/qt5/src/CMakeLists.txt
+++ b/qt5/src/CMakeLists.txt
@@ -1,5 +1,6 @@
 add_definitions(${QT5_DEFINITIONS})
 add_definitions(${Qt5Core_DEFINITIONS})
+add_definitions(-DQT_NO_SIGNALS_SLOTS_KEYWORDS)
 
 include_directories(
   ${CMAKE_CURRENT_SOURCE_DIR}


More information about the poppler mailing list