aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Kretz <kretz@kde.org>2007-02-04 12:22:04 +0000
committerMatthias Kretz <kretz@kde.org>2007-02-04 12:22:04 +0000
commit484044c21b3818033c7e2bd589e6c42130dfbe36 (patch)
treefe20ce938441ac4ed0eafe9f566b1918a981c21e
parent172297adfda6e354b117c145a9050dd46e31d1f0 (diff)
downloadextra-cmake-modules-484044c21b3818033c7e2bd589e6c42130dfbe36.tar.gz
extra-cmake-modules-484044c21b3818033c7e2bd589e6c42130dfbe36.tar.bz2
make it possible to use KDE4_SOLID_LIBS KDE4_PHONONCORE_LIBS
KDE4_KAUDIODEVICELIST_LIBS in kdelibs svn path=/trunk/KDE/kdelibs/; revision=630080
-rw-r--r--modules/FindKDE4Internal.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake
index 70e71e52..f5c621e1 100644
--- a/modules/FindKDE4Internal.cmake
+++ b/modules/FindKDE4Internal.cmake
@@ -343,6 +343,9 @@ if (_kdeBootStrapping)
set(KDE4_KDEFX_LIBS ${KDE4_KDEFX_LIBS} kdefx)
set(KDE4_SONNETCORE_LIBS ${KDE4_KDECORE_LIBS} sonnetcore)
set(KDE4_SONNETUI_LIBS ${KDE4_KDEUI_LIBS} sonnetui)
+ set(KDE4_SOLID_LIBS ${KDE4_KDECORE_LIBS} solidifaces solid)
+ set(KDE4_PHONONCORE_LIBS ${KDE4_KIO_LIBS} phononcore)
+ set(KDE4_KAUDIODEVICELIST_LIBS ${KDE4_SOLID_LIBS} kaudiodevicelist)
set(EXECUTABLE_OUTPUT_PATH ${CMAKE_BINARY_DIR}/bin )