summaryrefslogtreecommitdiffstats
path: root/languages/cpp/app_templates/kpartapp
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-09-03 20:03:11 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-09-03 21:03:17 +0200
commite19722342046756a90d65060c756198e31ff4457 (patch)
tree8f0f73d20b41d6c9b183ed58a8a13ebc8e5b2f67 /languages/cpp/app_templates/kpartapp
parentc3a7a4fbdcd78a66c18b90dc17b7070d517eed17 (diff)
downloadtdevelop-e19722342046756a90d65060c756198e31ff4457.tar.gz
tdevelop-e19722342046756a90d65060c756198e31ff4457.zip
Additional k => tde renaming and fixes
Diffstat (limited to 'languages/cpp/app_templates/kpartapp')
-rw-r--r--languages/cpp/app_templates/kpartapp/src-Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/languages/cpp/app_templates/kpartapp/src-Makefile.am b/languages/cpp/app_templates/kpartapp/src-Makefile.am
index 3864442d..3fe0f319 100644
--- a/languages/cpp/app_templates/kpartapp/src-Makefile.am
+++ b/languages/cpp/app_templates/kpartapp/src-Makefile.am
@@ -23,8 +23,8 @@ bin_PROGRAMS = %{APPNAMELC}
# the application source, library search path, and link libraries
%{APPNAMELC}_SOURCES = main.cpp %{APPNAMELC}.cpp
-%{APPNAMELC}_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KPARTS) $(LIB_KIO)
-%{APPNAMELC}_LDADD = $(LIB_KPARTS)
+%{APPNAMELC}_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEPARTS) $(LIB_TDEIO)
+%{APPNAMELC}_LDADD = $(LIB_TDEPARTS)
# this is where the desktop file will go
shelldesktopdir = $(kde_appsdir)/Utilities
@@ -41,8 +41,8 @@ kde_module_LTLIBRARIES = lib%{APPNAMELC}part.la
# the Part's source, library search path, and link libraries
lib%{APPNAMELC}part_la_SOURCES = %{APPNAMELC}_part.cpp
-lib%{APPNAMELC}part_la_LDFLAGS = -module -avoid-version -no-undefined $(KDE_PLUGIN) $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KPARTS) $(LIB_KIO)
-lib%{APPNAMELC}part_la_LIBADD = $(LIB_KPARTS) $(LIB_TDEFILE)
+lib%{APPNAMELC}part_la_LDFLAGS = -module -avoid-version -no-undefined $(KDE_PLUGIN) $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEPARTS) $(LIB_TDEIO)
+lib%{APPNAMELC}part_la_LIBADD = $(LIB_TDEPARTS) $(LIB_TDEFILE)
# this is where the desktop file will go
partdesktopdir = $(kde_servicesdir)