From a0b2d6df0310632e5dc7da19662184887a2d5506 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Tue, 30 Jun 2009 11:38:55 +0000 Subject: [PATCH] Cleanup svn path=/trunk/KDE/kdebase/workspace/; revision=989484 --- clients/aurorae/CMakeLists.txt | 9 --------- clients/aurorae/src/CMakeLists.txt | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/clients/aurorae/CMakeLists.txt b/clients/aurorae/CMakeLists.txt index d8b5ce01e6..1ba921ae22 100644 --- a/clients/aurorae/CMakeLists.txt +++ b/clients/aurorae/CMakeLists.txt @@ -1,13 +1,4 @@ project(aurorae) -set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules ) - -find_package(KDE4 4.2.92 REQUIRED) -find_package(KDE4Workspace REQUIRED) -include (KDE4Defaults) -include (MacroLibrary) - -add_definitions(${QT_DEFINITIONS} ${KDE4_DEFINITIONS}) -include_directories (${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${KDE4_INCLUDES}) add_subdirectory(src) add_subdirectory(themes/example-deco) diff --git a/clients/aurorae/src/CMakeLists.txt b/clients/aurorae/src/CMakeLists.txt index 6b580b96d4..eb4adf27ab 100644 --- a/clients/aurorae/src/CMakeLists.txt +++ b/clients/aurorae/src/CMakeLists.txt @@ -4,7 +4,7 @@ set(kwin3_aurorae_PART_SRCS aurorae.cpp themeconfig.cpp) kde4_add_plugin(kwin3_aurorae ${kwin3_aurorae_PART_SRCS}) -target_link_libraries(kwin3_aurorae ${KDE4_KDEUI_LIBS} ${KDE4_PLASMA_LIBS} ${KDE4WORKSPACE_KDECORATIONS_LIBS}) +target_link_libraries(kwin3_aurorae ${KDE4_KDEUI_LIBS} ${KDE4_PLASMA_LIBS} kdecorations) install(TARGETS kwin3_aurorae DESTINATION ${PLUGIN_INSTALL_DIR} )