summaryrefslogtreecommitdiffstats
path: root/libemailfunctions
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 /libemailfunctions
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 'libemailfunctions')
-rw-r--r--libemailfunctions/Makefile.am2
-rw-r--r--libemailfunctions/tests/Makefile.am4
2 files changed, 3 insertions, 3 deletions
diff --git a/libemailfunctions/Makefile.am b/libemailfunctions/Makefile.am
index 7782383fe..f631afa38 100644
--- a/libemailfunctions/Makefile.am
+++ b/libemailfunctions/Makefile.am
@@ -7,7 +7,7 @@ libemailfunctions_la_SOURCES = email.cpp idmapper.cpp kasciistricmp.cpp \
libemailfunctions_la_LDFLAGS = $(all_libraries) -no-undefined
## Since this is a noinst library, in case of --enable-closure we need
## to link it explicitly to the libraries that it uses.
-libemailfunctions_la_LIBADD = ../libkmime/libkmime.la $(LIB_QT) $(LIB_TDECORE)
+libemailfunctions_la_LIBADD = ../libkmime/libkmime.la $(LIB_TQT) $(LIB_TDECORE)
emailfunctionsincludedir = $(includedir)/libemailfunctions
emailfunctionsinclude_HEADERS = idmapper.h
diff --git a/libemailfunctions/tests/Makefile.am b/libemailfunctions/tests/Makefile.am
index 05d3b8207..3796f08a3 100644
--- a/libemailfunctions/tests/Makefile.am
+++ b/libemailfunctions/tests/Makefile.am
@@ -4,10 +4,10 @@ LDADD = ../libemailfunctions.la ../../libkmime/libkmime.la $(LIB_TDECORE)
check_PROGRAMS = testidmapper testemail
TESTS = testemail
-testidmapper_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
+testidmapper_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
testidmapper_SOURCES = testidmapper.cpp
-testemail_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
+testemail_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
testemail_SOURCES = testemail.cpp
METASOURCES = AUTO