install the export header
diff --git a/qt4/src/CMakeLists.txt b/qt4/src/CMakeLists.txt
index cd6014e..44ce5b9 100644
--- a/qt4/src/CMakeLists.txt
+++ b/qt4/src/CMakeLists.txt
@@ -42,6 +42,7 @@
poppler-link.h
poppler-annotation.h
poppler-form.h
+ poppler-export.h
${CMAKE_SOURCE_DIR}/qt/poppler-page-transition.h
DESTINATION include/poppler/qt4)
diff --git a/qt4/src/Makefile.am b/qt4/src/Makefile.am
index b85cab1..66f3009 100644
--- a/qt4/src/Makefile.am
+++ b/qt4/src/Makefile.am
@@ -12,6 +12,7 @@
poppler-link.h \
poppler-annotation.h \
poppler-form.h \
+ poppler-export.h \
../../qt/poppler-page-transition.h
lib_LTLIBRARIES = libpoppler-qt4.la