summaryrefslogtreecommitdiffstats
path: root/kgantt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-17 23:19:52 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-17 23:19:52 +0900
commitaa882de2135a84abcb0d8b2b41239ebb24cd385a (patch)
tree2f080e4ebf64c77349896ceeef9440e6e17f9872 /kgantt
parentfde2af1d62167f372c9b84be8ede32bdb62bb7a8 (diff)
downloadtdepim-aa882de2135a84abcb0d8b2b41239ebb24cd385a.tar.gz
tdepim-aa882de2135a84abcb0d8b2b41239ebb24cd385a.zip
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kgantt')
-rw-r--r--kgantt/kgantt/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/kgantt/kgantt/Makefile.am b/kgantt/kgantt/Makefile.am
index a21e1dce8..0b629fdfd 100644
--- a/kgantt/kgantt/Makefile.am
+++ b/kgantt/kgantt/Makefile.am
@@ -7,7 +7,7 @@ xQGanttBarViewPort_Events.cpp \
xQGanttBarView.cpp xQGanttListView.cpp KGanttBarConfig.cpp
libkgantt_la_LDFLAGS = -version-info 0:2:0 $(all_libraries) -no-undefined
-libkgantt_la_LIBADD = $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI)
+libkgantt_la_LIBADD = $(LIB_TQT) $(LIB_TDECORE) $(LIB_TDEUI)
# set the include path for X, qt and KDE
INCLUDES= $(all_includes)