aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/FindKDE4Internal.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake
index 97cf4ebf..f7264071 100644
--- a/modules/FindKDE4Internal.cmake
+++ b/modules/FindKDE4Internal.cmake
@@ -337,7 +337,8 @@ if (_kdeBootStrapping)
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_PHONONCORE_LIBS ${KDE4_KDECORE_LIBS} phononcore)
+ set(KDE4_PHONONUI_LIBS ${KDE4_KIO_LIBS} ${KDE4_PHONONCORE_LIBS} phononui)
set(KDE4_KAUDIODEVICELIST_LIBS ${KDE4_SOLID_LIBS} kaudiodevicelist)
set(EXECUTABLE_OUTPUT_PATH ${CMAKE_BINARY_DIR}/bin )