diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:20:04 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:20:04 +0900 |
commit | 4220f1965a7f8e48e42544e81874e21fcff1848b (patch) | |
tree | b468852c19c66bbd25802fb8ddfc1c9816a48ccc /kontact_plugin | |
parent | 4385753122bd97063af2ba70b00fd5f85956960e (diff) | |
download | basket-4220f1965a7f8e48e42544e81874e21fcff1848b.tar.gz basket-4220f1965a7f8e48e42544e81874e21fcff1848b.zip |
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kontact_plugin')
-rw-r--r-- | kontact_plugin/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kontact_plugin/Makefile.am b/kontact_plugin/Makefile.am index fc097fe..5fd5369 100644 --- a/kontact_plugin/Makefile.am +++ b/kontact_plugin/Makefile.am @@ -2,7 +2,7 @@ INCLUDES = -I$(top_srcdir)/src -I$(top_builddir)/src -I$(top_srcdir) $(all_inclu kde_module_LTLIBRARIES = libkontact_basket.la libkontact_basket_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkontact_basket_la_LIBADD = -lkpinterfaces $(LIB_QT) -lDCOP -ltdecore -ltdeui +libkontact_basket_la_LIBADD = -lkpinterfaces $(LIB_TQT) -lDCOP -ltdecore -ltdeui noinst_HEADERS = basket_plugin.h uniqueapphandler.h libkontact_basket_la_SOURCES = basket_plugin.cpp uniqueapphandler.cpp basketdcopiface.stub |