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
This commit is contained in:
parent
2ccf5db971
commit
2591f59209
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,9 @@
|
||||||
########### next target ###############
|
########### next target ###############
|
||||||
|
|
||||||
|
set(oxygen_lib_dir ../../../../runtime/kstyles/oxygen/lib)
|
||||||
|
|
||||||
set(kwin_oxy_SRCS
|
set(kwin_oxy_SRCS
|
||||||
lib/helper.cpp
|
${oxygen_lib_dir}/helper.cpp
|
||||||
oxygenclient.cpp
|
oxygenclient.cpp
|
||||||
oxygenbutton.cpp
|
oxygenbutton.cpp
|
||||||
oxygen.cpp
|
oxygen.cpp
|
||||||
|
|
Loading…
Reference in a new issue