summaryrefslogtreecommitdiffstats
path: root/xparts/src/tde/Makefile.am
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-17 23:19:58 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-17 23:19:58 +0900
commit50f8377beecb01ff8b5e0a767c9ef2047a715076 (patch)
treeb09603d9563baf16716b5304785b5ef29c7eef7b /xparts/src/tde/Makefile.am
parent8f1ea5b929e2b3ad305e865359fc00f4b9eb054c (diff)
downloadtdebindings-50f8377beecb01ff8b5e0a767c9ef2047a715076.tar.gz
tdebindings-50f8377beecb01ff8b5e0a767c9ef2047a715076.zip
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'xparts/src/tde/Makefile.am')
-rw-r--r--xparts/src/tde/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/xparts/src/tde/Makefile.am b/xparts/src/tde/Makefile.am
index 0a3d28ad..516b231d 100644
--- a/xparts/src/tde/Makefile.am
+++ b/xparts/src/tde/Makefile.am
@@ -5,7 +5,7 @@ lib_LTLIBRARIES = libtdexparts.la
libtdexparts_la_SOURCES = xparthost_kpart.cpp xparthost.skel xpart.stub \
kbrowsersignals.cpp xbrowsersignals.skel xbrowserextension.stub
-libtdexparts_la_LIBADD = $(LIB_TDEPARTS) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) -lDCOP
+libtdexparts_la_LIBADD = $(LIB_TDEPARTS) $(LIB_TQT) $(LIB_TDECORE) $(LIB_TDEUI) -lDCOP
libtdexparts_la_LDFLAGS = $(all_libraries) -no-undefined -version-info 1:0
xpart_DIR=$(srcdir)/../interfaces