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 /kopete/protocols/groupwise/libgroupwise | |
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 'kopete/protocols/groupwise/libgroupwise')
-rw-r--r-- | kopete/protocols/groupwise/libgroupwise/tasks/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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) |