[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kdelibs/frameworks] tier1/kwindowsystem/src: exclude for qt4
From:       David Faure <faure+bluesystems () kde ! org>
Date:       2012-11-30 22:12:39
Message-ID: 20121130221239.84BA8A60CB () git ! kde ! org
[Download RAW message or body]

Git commit 7c9dfa4f649445e4e5c131d4ae1307dcc8514fa6 by David Faure.
Committed on 30/11/2012 at 19:42.
Pushed by dfaure into branch 'frameworks'.

exclude for qt4

M  +5    -1    tier1/kwindowsystem/src/CMakeLists.txt

http://commits.kde.org/kdelibs/7c9dfa4f649445e4e5c131d4ae1307dcc8514fa6

diff --git a/tier1/kwindowsystem/src/CMakeLists.txt b/tier1/kwindowsystem/s=
rc/CMakeLists.txt
index 5379a4f..88d60ec 100644
--- a/tier1/kwindowsystem/src/CMakeLists.txt
+++ b/tier1/kwindowsystem/src/CMakeLists.txt
@@ -33,6 +33,11 @@ if (QT5_BUILD)
   set(kwindowsystem_SRCS ${kwindowsystem_SRCS}
     ksystemeventfilter.cpp
   )
+  if (HAVE_X11)
+    set(kwindowsystem_SRCS ${kwindowsystem_SRCS}
+      kmanagerselection.cpp
+    )
+  endif()
 else()
   set(qt5CompatLib ${inqt5_LIBRARY})
 endif()
@@ -44,7 +49,6 @@ if (HAVE_X11)
    set(kwindowsystem_SRCS ${kwindowsystem_SRCS} kwindowsystem_x11.cpp
                                                 kwindowinfo_x11.cpp
                                                 kxmessages.cpp
-                                                kmanagerselection.cpp
                                                 netwm.cpp )
 endif ()
 =


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic