From 4cd2af066ba9527ce22a8059a47f072273b758f9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 6 Nov 2011 02:28:00 -0600 Subject: Additional kde to tde renaming --- styles/dotnet/CMakeLists.txt | 2 +- styles/dotnet/Makefile.am | 4 ++-- styles/phase/CMakeLists.txt | 2 +- styles/phase/Makefile.am | 4 ++-- styles/phase/config/CMakeLists.txt | 2 +- styles/phase/config/Makefile.am | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) (limited to 'styles') diff --git a/styles/dotnet/CMakeLists.txt b/styles/dotnet/CMakeLists.txt index cd006941..ca13ae7b 100644 --- a/styles/dotnet/CMakeLists.txt +++ b/styles/dotnet/CMakeLists.txt @@ -38,6 +38,6 @@ set( ${target}_SRCS tde_add_kpart( ${target} AUTOMOC SOURCES ${${target}_SRCS} - LINK kdeui-shared + LINK tdeui-shared DESTINATION ${PLUGIN_INSTALL_DIR}/plugins/styles ) diff --git a/styles/dotnet/Makefile.am b/styles/dotnet/Makefile.am index 513221e8..4dfc95b7 100644 --- a/styles/dotnet/Makefile.am +++ b/styles/dotnet/Makefile.am @@ -24,8 +24,8 @@ METASOURCES = AUTO INCLUDES = $(all_includes) noinst_HEADERS = dotnet.h kde_style_LTLIBRARIES = dotnet.la -dotnet_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx -dotnet_la_LIBADD = -lkdefx +dotnet_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx +dotnet_la_LIBADD = -ltdefx dotnet_la_SOURCES = dotnet.cpp themercdir = $(kde_datadir)/kstyle/themes diff --git a/styles/phase/CMakeLists.txt b/styles/phase/CMakeLists.txt index c3c96bd4..8f2d6d66 100644 --- a/styles/phase/CMakeLists.txt +++ b/styles/phase/CMakeLists.txt @@ -40,6 +40,6 @@ set( ${target}_SRCS tde_add_kpart( ${target} AUTOMOC SOURCES ${${target}_SRCS} - LINK kdefx-shared + LINK tdefx-shared DESTINATION ${PLUGIN_INSTALL_DIR}/plugins/styles ) diff --git a/styles/phase/Makefile.am b/styles/phase/Makefile.am index ae98c9e0..d0931776 100644 --- a/styles/phase/Makefile.am +++ b/styles/phase/Makefile.am @@ -15,8 +15,8 @@ noinst_HEADERS = phasestyle.h bitmaps.h kde_style_LTLIBRARIES = phasestyle.la phasestyle_la_SOURCES = phasestyle.cpp -phasestyle_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx -phasestyle_la_LIBADD = -lkdefx -lkdecore +phasestyle_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx +phasestyle_la_LIBADD = -ltdefx -ltdecore phasestyle_la_METASOURCES = AUTO DISTCLEANFILES = $(phasestyle_la_METASOURCES) diff --git a/styles/phase/config/CMakeLists.txt b/styles/phase/config/CMakeLists.txt index fefcc9f2..926bb0b5 100644 --- a/styles/phase/config/CMakeLists.txt +++ b/styles/phase/config/CMakeLists.txt @@ -30,6 +30,6 @@ set( ${target}_SRCS tde_add_kpart( ${target} AUTOMOC SOURCES ${${target}_SRCS} - LINK kdeui-shared + LINK tdeui-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/styles/phase/config/Makefile.am b/styles/phase/config/Makefile.am index 1c09e305..e560f89f 100644 --- a/styles/phase/config/Makefile.am +++ b/styles/phase/config/Makefile.am @@ -3,7 +3,7 @@ INCLUDES = $(all_includes) noinst_HEADERS = phasestyleconfig.h kde_module_LTLIBRARIES = kstyle_phase_config.la -kstyle_phase_config_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx +kstyle_phase_config_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx kstyle_phase_config_la_LIBADD = $(LIB_KDEUI) kstyle_phase_config_la_SOURCES = phasestyleconfig.cpp styledialog.ui kstyle_phase_config_la_METASOURCES = AUTO -- cgit v1.2.1