From 719117c106211e653acef039ba28de38260f50e9 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 17 Sep 2018 23:20:35 +0900 Subject: LIB_QT -> LIB_TQT conversion to align to updated admin module Signed-off-by: Michele Calgaro --- plugins/scheduler/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/scheduler') diff --git a/plugins/scheduler/Makefile.am b/plugins/scheduler/Makefile.am index 17f7965..5b388eb 100644 --- a/plugins/scheduler/Makefile.am +++ b/plugins/scheduler/Makefile.am @@ -10,7 +10,7 @@ ktschedulerplugin_la_SOURCES = schedulerplugin.cpp \ # Libs needed by the plugin ktschedulerplugin_la_LIBADD = $(LIB_TDEHTML) $(LIB_TDEPARTS) \ ../../libktorrent/libktorrent.la \ - $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEFILE) + $(LIB_TQT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEFILE) # LD flags for the plugin # -module says: this is a module, i.e. something you're going to dlopen -- cgit v1.2.1