summaryrefslogtreecommitdiffstats
path: root/plugins/stats/Makefile.am
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/stats/Makefile.am
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/stats/Makefile.am')
-rw-r--r--plugins/stats/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/stats/Makefile.am b/plugins/stats/Makefile.am
index 26c69b7..a92ab0d 100644
--- a/plugins/stats/Makefile.am
+++ b/plugins/stats/Makefile.am
@@ -9,7 +9,7 @@ ktstatsplugin_la_LDFLAGS = -module $(KDE_PLUGIN) $(LIB_TDECORE) $(LIB_TDEUI) $(L
ktstatsplugin_la_SOURCES = ChartDrawerData.cc ChartDrawer.cc statsspdwgt.ui statsconwgt.ui StatsSpd.cc StatsCon.cc sprefwgt.ui statspluginsettings.kcfgc \
StatsPluginPrefsPage.cc StatsPluginPrefs.cc statsplugin.cc
-ktstatsplugin_la_LIBADD = $(LIB_QT) ../../libktorrent/libktorrent.la
+ktstatsplugin_la_LIBADD = $(LIB_TQT) ../../libktorrent/libktorrent.la
noinst_HEADERS = ChartDrawerData.h ChartDrawer.h StatsSpd.h StatsCon.h StatsPluginPrefsPage.h StatsPluginPrefs.h statsplugin.h