[kde-edu]: KDE/kdeedu/marble/src
Simon Schmeisser
mail_to_wrt at gmx.de
Sat Jun 14 17:09:25 CEST 2008
SVN commit 820509 by schmeisser:
geoshape is now in playground, so this dependency is no longer needed
CCMAIL: winter at kde.org
CCMAIL: annemarie.mahfouf at free.fr
CCMAIL: kde-edu at kde.org
M +0 -16 CMakeLists.txt
--- trunk/KDE/kdeedu/marble/src/CMakeLists.txt #820508:820509
@@ -22,22 +22,6 @@
add_subdirectory( lib )
add_subdirectory( plugins )
-if (NOT QTONLY)
- include(MacroOptionalDependPackage)
- MACRO_OPTIONAL_DEPEND_PACKAGE(KOfficeLibs "koffice")
- if(DEPEND_PACKAGE_KOfficeLibs)
- macro_optional_find_package(KOfficeLibs QUIET)
- else(DEPEND_PACKAGE_KOfficeLibs)
- set(KOFFICELIBS_FOUND FALSE)
- endif(DEPEND_PACKAGE_KOfficeLibs)
-
- if(KOFFICELIBS_FOUND)
- add_subdirectory( geoshape )
- else(KOFFICELIBS_FOUND)
- MESSAGE(STATUS "We must install koffice before to compile geoshape plugins")
- endif(KOFFICELIBS_FOUND)
-endif(NOT QTONLY)
-
if(APPLE)
add_subdirectory( mac )
endif(APPLE)
More information about the kde-edu
mailing list