summaryrefslogtreecommitdiff
path: root/qt
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2007-05-26 22:33:21 +0000
committerAlbert Astals Cid <aacid@kde.org>2007-05-26 22:33:21 +0000
commite6ff9e0d95e058f6aff3c72d5f4d7d7ccf661999 (patch)
treea043e2eb201c19dc64998ba684098e41ad1a5853 /qt
parentfefefe495a182c1745314186b99441b9e76ba5b4 (diff)
* poppler-qt.pc.in:
* poppler-qt4.pc.in: * qt/Makefile.am: * qt4/src/Makefile.am: Install qt3 and qt4 headers in separate dirs. That way be can reuse poppler-page-transition.h and distros don't get conflicts when making separate qt3 and qt4 packages
Diffstat (limited to 'qt')
-rw-r--r--qt/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/Makefile.am b/qt/Makefile.am
index f3743f9c..1163950f 100644
--- a/qt/Makefile.am
+++ b/qt/Makefile.am
@@ -7,7 +7,7 @@ INCLUDES = \
$(FONTCONFIG_CFLAGS)
-poppler_includedir = $(includedir)/poppler
+poppler_includedir = $(includedir)/poppler/qt3
poppler_include_HEADERS = \
poppler-qt.h \
poppler-page-transition.h \