From 1e05f594d3350057eb7dc02a0c3be41d6ee26c45 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 17 Sep 2018 23:20:11 +0900 Subject: LIB_QT -> LIB_TQT conversion to align to updated admin module Signed-off-by: Michele Calgaro --- fileplugin/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fileplugin') diff --git a/fileplugin/Makefile.am b/fileplugin/Makefile.am index 0905c5b..c98fff9 100644 --- a/fileplugin/Makefile.am +++ b/fileplugin/Makefile.am @@ -4,8 +4,8 @@ INCLUDES = $(all_includes) kde_module_LTLIBRARIES = tdefile_kbarcode.la tdefile_kbarcode_la_SOURCES = tdefile_kbarcode.cpp -tdefile_kbarcode_la_LDFLAGS = -module $(KDE_PLUGIN) $(LIB_QT) $(all_libraries) -tdefile_kbarcode_la_LIBADD = $(LIB_TDESYCOCA) $(LIB_TDECORE) $(LIB_QT) +tdefile_kbarcode_la_LDFLAGS = -module $(KDE_PLUGIN) $(LIB_TQT) $(all_libraries) +tdefile_kbarcode_la_LIBADD = $(LIB_TDESYCOCA) $(LIB_TDECORE) $(LIB_TQT) # let automoc handle all of the meta source files (moc) METASOURCES = AUTO -- cgit v1.2.1