From 93393a389fd4d4550caf1058bc0ee15ea6f2ddf7 Mon Sep 17 00:00:00 2001 From: Matthias Kretz Date: Mon, 26 Mar 2007 12:37:44 +0000 Subject: allow to use KDE4_PHONONUI_LIBS in kdelibs svn path=/trunk/KDE/kdelibs/; revision=646669 --- modules/FindKDE4Internal.cmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules') 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 ) -- cgit v1.2.1