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

List:       kde-commits
Subject:    =?utf-8?q?=5Bkde-runtime=5D_/=3A_disable_nepomuk_runtime_on_Wind?=
From:       Patrick Spendrin <ps_ml () gmx ! de>
Date:       2011-02-02 23:23:26
Message-ID: 20110202232326.6F834A609B () git ! kde ! org
[Download RAW message or body]

Git commit 483004a210247e45cc91e1c29387bc5a30ea05d7 by Patrick Spendrin.
Committed on 03/02/11 at 00:20.
Pushed by sengels into branch 'master'.

disable nepomuk runtime on Windows
The API doesn't compile with msvc and we don't use it anyway
One cannot inherit from Qt Containers and export these classes (simpleresource.h).

M  +2    -2    CMakeLists.txt     

http://commits.kde.org/kde-runtime/483004a210247e45cc91e1c29387bc5a30ea05d7

diff --git a/CMakeLists.txt b/CMakeLists.txt
index d490def..2ea5817 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -71,9 +71,9 @@ if ( UNIX )
    add_subdirectory(solid-device-automounter)
    add_subdirectory(solid-networkstatus)
 endif ( UNIX )
-if(SHAREDDESKTOPONTOLOGIES_FOUND AND Nepomuk_FOUND AND \
STRIGI_STRIGIQTDBUSCLIENT_LIBRARY AND SOPRANO_PLUGIN_REDLANDBACKEND_FOUND AND \
SOPRANO_PLUGIN_VIRTUOSOBACKEND_FOUND AND SOPRANO_PLUGIN_RAPTORPARSER_FOUND) +if(NOT \
WIN32 AND SHAREDDESKTOPONTOLOGIES_FOUND AND Nepomuk_FOUND AND \
STRIGI_STRIGIQTDBUSCLIENT_LIBRARY AND SOPRANO_PLUGIN_REDLANDBACKEND_FOUND AND \
SOPRANO_PLUGIN_VIRTUOSOBACKEND_FOUND AND SOPRANO_PLUGIN_RAPTORPARSER_FOUND)  \
                macro_optional_add_subdirectory(nepomuk)
-endif(SHAREDDESKTOPONTOLOGIES_FOUND AND Nepomuk_FOUND AND \
STRIGI_STRIGIQTDBUSCLIENT_LIBRARY AND SOPRANO_PLUGIN_REDLANDBACKEND_FOUND AND \
SOPRANO_PLUGIN_VIRTUOSOBACKEND_FOUND AND SOPRANO_PLUGIN_RAPTORPARSER_FOUND) \
+endif(NOT WIN32 AND SHAREDDESKTOPONTOLOGIES_FOUND AND Nepomuk_FOUND AND \
STRIGI_STRIGIQTDBUSCLIENT_LIBRARY AND SOPRANO_PLUGIN_REDLANDBACKEND_FOUND AND \
SOPRANO_PLUGIN_VIRTUOSOBACKEND_FOUND AND SOPRANO_PLUGIN_RAPTORPARSER_FOUND)  
 # Plugins/components required for basic utility
 if ( NOT WINCE )


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

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