summaryrefslogtreecommitdiffstats
path: root/kooka
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-17 23:19:54 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-17 23:19:54 +0900
commit4c083c146b04936655f7f1ed9078d6deb3b9b7f6 (patch)
treef24341d56a4ed9176523a7b244ba773f583040f1 /kooka
parentadcebe91b2376d280aba97724afc38060f00966b (diff)
downloadtdegraphics-4c083c146b04936655f7f1ed9078d6deb3b9b7f6.tar.gz
tdegraphics-4c083c146b04936655f7f1ed9078d6deb3b9b7f6.zip
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kooka')
-rw-r--r--kooka/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/kooka/Makefile.am b/kooka/Makefile.am
index 0a4d2bcf..76c41fd7 100644
--- a/kooka/Makefile.am
+++ b/kooka/Makefile.am
@@ -17,7 +17,7 @@ kooka_SOURCES = main.cpp kooka.cpp kookaview.cpp kookapref.cpp \
# pagesetup.cpp
kooka_LDADD = $(LIB_TDEFILE) -ltdeprint -ltdetexteditor $(LIBTIFF) $(top_builddir)/libkscan/libkscan.la $(KADMOS_LIB) $(LIB_TDESPELL)
-kooka_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
+kooka_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
INCLUDES = -I$(top_srcdir)/libkscan $(all_includes) $(LIBSANE_INCLUDES) $(KADMOS_INC)