From aa882de2135a84abcb0d8b2b41239ebb24cd385a Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 17 Sep 2018 23:19:52 +0900 Subject: LIB_QT -> LIB_TQT conversion to align to updated admin module Signed-off-by: Michele Calgaro --- tdefile-plugins/ics/Makefile.am | 2 +- tdefile-plugins/palm-databases/Makefile.am | 2 +- tdefile-plugins/vcf/Makefile.am | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tdefile-plugins') diff --git a/tdefile-plugins/ics/Makefile.am b/tdefile-plugins/ics/Makefile.am index 8cb1a415a..856afadaa 100644 --- a/tdefile-plugins/ics/Makefile.am +++ b/tdefile-plugins/ics/Makefile.am @@ -11,7 +11,7 @@ noinst_HEADERS = tdefile_ics.h kde_module_LTLIBRARIES = tdefile_ics.la tdefile_ics_la_SOURCES = tdefile_ics.cpp -tdefile_ics_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore +tdefile_ics_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_TQT) -ltdecore tdefile_ics_la_LIBADD = $(top_builddir)/libkcal/libkcal.la $(LIB_TDESYCOCA) diff --git a/tdefile-plugins/palm-databases/Makefile.am b/tdefile-plugins/palm-databases/Makefile.am index 7711d1924..490afba9e 100644 --- a/tdefile-plugins/palm-databases/Makefile.am +++ b/tdefile-plugins/palm-databases/Makefile.am @@ -9,7 +9,7 @@ noinst_HEADERS = tdefile_palm.h kde_module_LTLIBRARIES = tdefile_palm.la tdefile_palm_la_SOURCES = tdefile_palm.cpp -tdefile_palm_la_LDFLAGS = $(PISOCK_LDFLAGS) $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore +tdefile_palm_la_LDFLAGS = $(PISOCK_LDFLAGS) $(all_libraries) -module $(KDE_PLUGIN) $(LIB_TQT) -ltdecore tdefile_palm_la_LIBADD = $(LIB_TDESYCOCA) $(PISOCK_LIB) # let automoc handle all of the meta source files (moc) diff --git a/tdefile-plugins/vcf/Makefile.am b/tdefile-plugins/vcf/Makefile.am index 5b210eed0..54573423b 100644 --- a/tdefile-plugins/vcf/Makefile.am +++ b/tdefile-plugins/vcf/Makefile.am @@ -9,7 +9,7 @@ noinst_HEADERS = tdefile_vcf.h kde_module_LTLIBRARIES = tdefile_vcf.la tdefile_vcf_la_SOURCES = tdefile_vcf.cpp -tdefile_vcf_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore +tdefile_vcf_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_TQT) -ltdecore tdefile_vcf_la_LIBADD = $(LIB_TDESYCOCA) $(LIB_TDEABC) # let automoc handle all of the meta source files (moc) -- cgit v1.2.1