summaryrefslogtreecommitdiffstats
path: root/plugins/scanfolder
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-17 23:20:35 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-17 23:20:35 +0900
commit719117c106211e653acef039ba28de38260f50e9 (patch)
treed898543f44736202ffc16cdd665f4ebee73e6d51 /plugins/scanfolder
parente3fb40bffe191becb4658ea1e79e2ddbf125fdae (diff)
downloadktorrent-719117c106211e653acef039ba28de38260f50e9.tar.gz
ktorrent-719117c106211e653acef039ba28de38260f50e9.zip
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'plugins/scanfolder')
-rw-r--r--plugins/scanfolder/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/scanfolder/Makefile.am b/plugins/scanfolder/Makefile.am
index 05ae0c8..49ba5a7 100644
--- a/plugins/scanfolder/Makefile.am
+++ b/plugins/scanfolder/Makefile.am
@@ -25,7 +25,7 @@ ktscanfolderplugin_la_SOURCES = scanfolderplugin.cpp \
scanfolderpluginsettings.kcfgc scanfolderprefpage.cpp sfprefwidgetbase.ui scanfolderprefpagewidget.cpp \
scanfolder.cpp
ktscanfolderplugin_la_LIBADD = $(LIB_TDEPARTS) ../../libktorrent/libktorrent.la \
- $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEFILE)
+ $(LIB_TQT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEFILE)
KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(USE_RTTI)