From 090b721da15619faa344860707e43ba455210060 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 6 Nov 2011 21:33:00 -0600 Subject: Rename additional instances of KDE to TDE --- plugins/plasmoids/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/plasmoids/CMakeLists.txt') diff --git a/plugins/plasmoids/CMakeLists.txt b/plugins/plasmoids/CMakeLists.txt index abb1167..49d21c8 100644 --- a/plugins/plasmoids/CMakeLists.txt +++ b/plugins/plasmoids/CMakeLists.txt @@ -16,7 +16,7 @@ IF (NOT USE_KDE4) # VERSION ${APPLICATION_VERSION}) TARGET_LINK_LIBRARIES(kbfxplasmadataplasmoid kbfxdata - ${QT_AND_KDECORE_LIBS} + ${QT_AND_TDECORE_LIBS} ${KDE3_KIO_LIBRARY} ${KDE3_UI_LIBRARY} ${KDE3_KHTML_LIBRARY} @@ -30,9 +30,9 @@ ELSE (NOT USE_KDE4) KDE4_ADD_LIBRARY(kbfxplasmadataplasmoid SHARED ${libkbfxplasmadataplasmoidsrc} ) TARGET_LINK_LIBRARIES(kbfxplasmadataplasmoid kbfxdata - ${KDE4_KDECORE_LIBS} + ${KDE4_TDECORE_LIBS} ${KDE4_KIO_LIBS} - ${KDE4_KDEUI_LIBS} + ${KDE4_TDEUI_LIBS} ${KDE4_KHTML_LIBS} ${M_LIBRARY} ) -- cgit v1.2.1