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/zeroconf/Makefile.am | |
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/zeroconf/Makefile.am')
-rw-r--r-- | plugins/zeroconf/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/zeroconf/Makefile.am b/plugins/zeroconf/Makefile.am index fb482f0..ba959bc 100644 --- a/plugins/zeroconf/Makefile.am +++ b/plugins/zeroconf/Makefile.am @@ -12,7 +12,7 @@ ktzeroconfplugin_la_SOURCES = localbrowser.cpp avahiservice.cpp \ zeroconfplugin.cpp ktzeroconfplugin_la_LIBADD = $(LIB_TDECORE) $(LIB_TDEFILE) $(LIB_TDEPARTS) $(LIB_TDEUI)\ - $(LIB_QT) ../../libktorrent/libktorrent.la + $(LIB_TQT) ../../libktorrent/libktorrent.la noinst_HEADERS = zeroconfplugin.h |