diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:19:53 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:19:53 +0900 |
commit | 716e33b80b485b3bd1a67a7841d230ba5ec73a99 (patch) | |
tree | 34543fec89aecf8d352b1cedb03536029326912b /kdict | |
parent | 98406783876514cc3ba076bfa11fe4b8cca07cfd (diff) | |
download | tdenetwork-716e33b80b485b3bd1a67a7841d230ba5ec73a99.tar.gz tdenetwork-716e33b80b485b3bd1a67a7841d230ba5ec73a99.zip |
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kdict')
-rw-r--r-- | kdict/applet/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdict/applet/Makefile.am b/kdict/applet/Makefile.am index 0dbd15d3..f95d12e4 100644 --- a/kdict/applet/Makefile.am +++ b/kdict/applet/Makefile.am @@ -12,7 +12,7 @@ lnk_DATA = kdictapplet.desktop EXTRA_DIST = $(lnk_DATA) -kdict_panelapplet_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor +kdict_panelapplet_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor kdict_panelapplet_la_LIBADD = $(LIB_TDESYCOCA) $(LIB_TDEUI) messages: rc.cpp |