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/applications/CMakeLists.txt | 6 +++--- plugins/plasmoids/CMakeLists.txt | 6 +++--- plugins/recentstuff/CMakeLists.txt | 6 +++--- plugins/settings/CMakeLists.txt | 6 +++--- plugins/strigi/CMakeLists.txt | 6 +++--- 5 files changed, 15 insertions(+), 15 deletions(-) (limited to 'plugins') diff --git a/plugins/applications/CMakeLists.txt b/plugins/applications/CMakeLists.txt index 6a717fd..c4d9fc1 100644 --- a/plugins/applications/CMakeLists.txt +++ b/plugins/applications/CMakeLists.txt @@ -16,7 +16,7 @@ IF (NOT USE_KDE4) # VERSION ${APPLICATION_VERSION}) TARGET_LINK_LIBRARIES(kbfxplasmadatastub 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(kbfxplasmadatastub SHARED ${libkbfxplasmadatastubsrc}) TARGET_LINK_LIBRARIES(kbfxplasmadatastub kbfxdata - ${KDE4_KDECORE_LIBS} + ${KDE4_TDECORE_LIBS} ${KDE4_KIO_LIBS} - ${KDE4_KDEUI_LIBS} + ${KDE4_TDEUI_LIBS} ${KDE4_KHTML_LIBS} ${M_LIBRARY} ) 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} ) diff --git a/plugins/recentstuff/CMakeLists.txt b/plugins/recentstuff/CMakeLists.txt index 787fbd8..f5f3f83 100644 --- a/plugins/recentstuff/CMakeLists.txt +++ b/plugins/recentstuff/CMakeLists.txt @@ -16,7 +16,7 @@ IF (NOT USE_KDE4) # VERSION ${APPLICATION_VERSION}) TARGET_LINK_LIBRARIES(kbfxplasmarecentstuff 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(kbfxplasmarecentstuff SHARED ${libkbfxplasmarecentstuffsrc} ) TARGET_LINK_LIBRARIES(kbfxplasmarecentstuff kbfxdata - ${KDE4_KDECORE_LIBS} + ${KDE4_TDECORE_LIBS} ${KDE4_KIO_LIBS} - ${KDE4_KDEUI_LIBS} + ${KDE4_TDEUI_LIBS} ${KDE4_KHTML_LIBS} ${M_LIBRARY} ) diff --git a/plugins/settings/CMakeLists.txt b/plugins/settings/CMakeLists.txt index 2ef6f02..99bbaba 100644 --- a/plugins/settings/CMakeLists.txt +++ b/plugins/settings/CMakeLists.txt @@ -16,7 +16,7 @@ IF (NOT USE_KDE4) # VERSION ${APPLICATION_VERSION}) TARGET_LINK_LIBRARIES(kbfxplasmadatasettings 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(kbfxplasmadatasettings SHARED ${libkbfxplasmadatasettingssrc}) TARGET_LINK_LIBRARIES(kbfxplasmadatasettings kbfxdata - ${KDE4_KDECORE_LIBS} + ${KDE4_TDECORE_LIBS} ${KDE4_KIO_LIBS} - ${KDE4_KDEUI_LIBS} + ${KDE4_TDEUI_LIBS} ${KDE4_KHTML_LIBS} ${M_LIBRARY} ) diff --git a/plugins/strigi/CMakeLists.txt b/plugins/strigi/CMakeLists.txt index 29289b0..061b425 100644 --- a/plugins/strigi/CMakeLists.txt +++ b/plugins/strigi/CMakeLists.txt @@ -16,7 +16,7 @@ IF (NOT USE_KDE4) # VERSION ${APPLICATION_VERSION}) TARGET_LINK_LIBRARIES(kbfxstrigiclient kbfxdata - ${QT_AND_KDECORE_LIBS} + ${QT_AND_TDECORE_LIBS} ${KDE3_KIO_LIBRARY} ${KDE3_UI_LIBRARY} ${KDE3_KHTML_LIBRARY} @@ -31,9 +31,9 @@ ELSE (NOT USE_KDE4) KDE4_ADD_LIBRARY(kbfxstrigiclient SHARED ${libkbfxstrigiclientsrc}) TARGET_LINK_LIBRARIES(kbfxstrigiclient kbfxdata - ${KDE4_KDECORE_LIBS} + ${KDE4_TDECORE_LIBS} ${KDE4_KIO_LIBS} - ${KDE4_KDEUI_LIBS} + ${KDE4_TDEUI_LIBS} ${KDE4_KHTML_LIBS} ${M_LIBRARY} ${STRIGICLIENT_LIBRARY} -- cgit v1.2.3