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

List:       kde-commits
Subject:    [simon/mac] /: Disable Plasma integration outside of Linux
From:       Peter Grasch <me () bedahr ! org>
Date:       2014-03-31 19:09:24
Message-ID: E1WUhaG-000362-R7 () scm ! kde ! org
[Download RAW message or body]

Git commit e9840628dcf339c19e4a7d45a62de5f3975ffdda by Peter Grasch.
Committed on 31/03/2014 at 08:32.
Pushed by grasch into branch 'mac'.

Disable Plasma integration outside of Linux

M  +4    -0    CMakeLists.txt

http://commits.kde.org/simon/e9840628dcf339c19e4a7d45a62de5f3975ffdda

diff --git a/CMakeLists.txt b/CMakeLists.txt
index aebb681..8be340d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -50,7 +50,11 @@ endif(UNIX)
 =

 macro_optional_find_package(KdepimLibs 4.5.60)
 macro_log_feature(KdepimLibs_FOUND "KDE PIM Libs" "KDE Libraries for PIM" =
"http://pim.kde.org/" FALSE "4.5.60" "Required for PIM plugin.")
+if(UNIX AND NOT APPLE)
 set(USE_PLASMA true CACHE BOOL "Use the plasma data engines in the dialog =
plugin")
+else()
+set(USE_PLAMSA false)
+endif()
 =

 if(USE_PLASMA)
   add_definitions(-DUSE_PLASMA)

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

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