From dde2519cd3c9752aa3e953e506859b33d9d57297 Mon Sep 17 00:00:00 2001 From: Aleix Pol Date: Thu, 20 Mar 2014 13:02:24 +0100 Subject: [PATCH] Move libs/oxygen into oxygen Also make liboxygenstyle carry the include directories instead of doing it explicitly from the scripts. --- clients/oxygen/CMakeLists.txt | 2 -- clients/oxygen/config/CMakeLists.txt | 2 -- clients/oxygen/demo/CMakeLists.txt | 3 --- 3 files changed, 7 deletions(-) diff --git a/clients/oxygen/CMakeLists.txt b/clients/oxygen/CMakeLists.txt index 4829faac46..84c51b4182 100644 --- a/clients/oxygen/CMakeLists.txt +++ b/clients/oxygen/CMakeLists.txt @@ -6,8 +6,6 @@ add_subdirectory(config) add_subdirectory(demo) add_subdirectory(data) -include_directories(${KDEBASE_WORKSPACE_SOURCE_DIR}/libs/oxygen) - ########### next target ############### set(kwin_oxygen_SRCS oxygenbutton.cpp diff --git a/clients/oxygen/config/CMakeLists.txt b/clients/oxygen/config/CMakeLists.txt index 82352fcefe..b5826aa9f0 100644 --- a/clients/oxygen/config/CMakeLists.txt +++ b/clients/oxygen/config/CMakeLists.txt @@ -1,5 +1,3 @@ -include_directories( ${KDEBASE_WORKSPACE_SOURCE_DIR}/libs/oxygen) - set(kwin_oxygen_config_PART_SRCS oxygenanimationconfigwidget.cpp oxygenconfig.cpp diff --git a/clients/oxygen/demo/CMakeLists.txt b/clients/oxygen/demo/CMakeLists.txt index 99e93ae191..60c3018016 100644 --- a/clients/oxygen/demo/CMakeLists.txt +++ b/clients/oxygen/demo/CMakeLists.txt @@ -1,6 +1,3 @@ -include_directories(${KDEBASE_WORKSPACE_SOURCE_DIR}/libs/oxygen) - -########### next target ############### set(oxygen_shadow_demo_SOURCES oxygenshadowdemodialog.cpp oxygenshadowdemowidget.cpp