summaryrefslogtreecommitdiffstats
path: root/tdefile-plugins/dependencies/poppler-tqt/Makefile.am
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 16:03:54 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-27 16:03:54 +0900
commit87903775ed0374ef80986582b14bc8ffd0678b52 (patch)
treee13192fd76764ebfea94e3447e8787b6dedf9ed5 /tdefile-plugins/dependencies/poppler-tqt/Makefile.am
parentf20f4f9cf7c05f319e73eeebe66d67a0a32dcd36 (diff)
downloadtdegraphics-87903775ed0374ef80986582b14bc8ffd0678b52.tar.gz
tdegraphics-87903775ed0374ef80986582b14bc8ffd0678b52.zip
qt -> tqt conversion:
QTDIR -> TQTDIR QTDOC -> TQTDOC INCDIR_QT -> INCDIR_TQT LIBDIR_QT -> LIBDIR_TQT QT_INC -> TQT_INC QT_LIB -> TQT_LIB Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdefile-plugins/dependencies/poppler-tqt/Makefile.am')
-rw-r--r--tdefile-plugins/dependencies/poppler-tqt/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdefile-plugins/dependencies/poppler-tqt/Makefile.am b/tdefile-plugins/dependencies/poppler-tqt/Makefile.am
index acc259c5..7de8524c 100644
--- a/tdefile-plugins/dependencies/poppler-tqt/Makefile.am
+++ b/tdefile-plugins/dependencies/poppler-tqt/Makefile.am
@@ -26,7 +26,7 @@ libpoppler_tqt_la_SOURCES = \
libpoppler_tqt_la_LIBADD = \
-lpoppler \
- $(QT_LIBS) \
+ $(TQT_LIBS) \
$(FREETYPE_LIBS) \
$(FONTCONFIG_LIBS)
@@ -36,5 +36,5 @@ test_poppler_tqt_SOURCES = \
test_poppler_tqt_LDADD = \
$(top_builddir)/poppler/libpoppler.la \
libpoppler-tqt.la \
- $(QT_LIBS) \
+ $(TQT_LIBS) \
$(FREETYPE_LIBS)