summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/groupwise
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-17 23:19:53 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-17 23:19:53 +0900
commit716e33b80b485b3bd1a67a7841d230ba5ec73a99 (patch)
tree34543fec89aecf8d352b1cedb03536029326912b /kopete/protocols/groupwise
parent98406783876514cc3ba076bfa11fe4b8cca07cfd (diff)
downloadtdenetwork-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 'kopete/protocols/groupwise')
-rw-r--r--kopete/protocols/groupwise/Makefile.am2
-rw-r--r--kopete/protocols/groupwise/libgroupwise/tasks/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/kopete/protocols/groupwise/Makefile.am b/kopete/protocols/groupwise/Makefile.am
index 955637aa..2110fc2b 100644
--- a/kopete/protocols/groupwise/Makefile.am
+++ b/kopete/protocols/groupwise/Makefile.am
@@ -12,7 +12,7 @@ kde_module_LTLIBRARIES = kopete_groupwise.la
kopete_groupwise_la_SOURCES = gwprotocol.cpp gwcontact.cpp gwaccount.cpp \
gwbytestream.cpp gwconnector.cpp gwmessagemanager.cpp gwcontactlist.cpp
kopete_groupwise_la_LDFLAGS = -module -no-undefined $(KDE_PLUGIN) \
- $(all_libraries) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
+ $(all_libraries) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
kopete_groupwise_la_LIBADD = ui/libkopetegroupwiseui.la \
libgroupwise/libgroupwise.la ../../libkopete/libkopete.la $(LIB_TDEIO)
diff --git a/kopete/protocols/groupwise/libgroupwise/tasks/Makefile.am b/kopete/protocols/groupwise/libgroupwise/tasks/Makefile.am
index cf966ca2..37a9928d 100644
--- a/kopete/protocols/groupwise/libgroupwise/tasks/Makefile.am
+++ b/kopete/protocols/groupwise/libgroupwise/tasks/Makefile.am
@@ -24,7 +24,7 @@ noinst_HEADERS = requesttask.h eventtask.h logintask.h setstatustask.h \
libgroupwise_tasks_la_LDFLAGS = -no-undefined $(all_libraries)
-libgroupwise_tasks_la_LIBADD = $(LIB_QT)
+libgroupwise_tasks_la_LIBADD = $(LIB_TQT)