diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:20:35 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:20:35 +0900 |
commit | 719117c106211e653acef039ba28de38260f50e9 (patch) | |
tree | d898543f44736202ffc16cdd665f4ebee73e6d51 /plugins/partfileimport | |
parent | e3fb40bffe191becb4658ea1e79e2ddbf125fdae (diff) | |
download | ktorrent-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/partfileimport')
-rw-r--r-- | plugins/partfileimport/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/partfileimport/Makefile.am b/plugins/partfileimport/Makefile.am index f1d7fa3..263f8a0 100644 --- a/plugins/partfileimport/Makefile.am +++ b/plugins/partfileimport/Makefile.am @@ -8,7 +8,7 @@ ktpartfileimportplugin_la_SOURCES = partfileimportplugin.cpp importdlgbase.ui im # Libs needed by the plugin ktpartfileimportplugin_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 |