From 2591f592093d0191da9b5acd4403f9cab84a9e49 Mon Sep 17 00:00:00 2001 From: Matthew Woehlke Date: Tue, 21 Aug 2007 21:29:00 +0000 Subject: [PATCH] Fix build now that kstyles/ moved. This made the svn external invalid, but since the style is now also in kdebase, we can use an (ugly) relative path. svn path=/trunk/KDE/kdebase/workspace/; revision=703072 --- clients/oxygen/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/clients/oxygen/CMakeLists.txt b/clients/oxygen/CMakeLists.txt index e3aa38615b..d15c15dee8 100644 --- a/clients/oxygen/CMakeLists.txt +++ b/clients/oxygen/CMakeLists.txt @@ -1,7 +1,9 @@ ########### next target ############### +set(oxygen_lib_dir ../../../../runtime/kstyles/oxygen/lib) + set(kwin_oxy_SRCS - lib/helper.cpp + ${oxygen_lib_dir}/helper.cpp oxygenclient.cpp oxygenbutton.cpp oxygen.cpp