summaryrefslogtreecommitdiff
path: root/qt4
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2011-08-15 13:17:24 +0200
committerAlbert Astals Cid <aacid@kde.org>2011-08-15 13:17:24 +0200
commit9938770e737b2fcec8269147e70663517f848925 (patch)
treef574b06db9a977f1abcffc8db2f2258e71bb5f53 /qt4
parent378fc06c574b85b5c003ca842aa743f0ffe5587e (diff)
Diffstat (limited to 'qt4')
-rw-r--r--qt4/src/CMakeLists.txt2
-rw-r--r--qt4/src/Doxyfile2
-rw-r--r--qt4/src/Makefile.am5
3 files changed, 5 insertions, 4 deletions
diff --git a/qt4/src/CMakeLists.txt b/qt4/src/CMakeLists.txt
index a15d32e9..18a1b8a0 100644
--- a/qt4/src/CMakeLists.txt
+++ b/qt4/src/CMakeLists.txt
@@ -29,7 +29,7 @@ set(poppler_qt4_SRCS
)
qt4_automoc(${poppler_qt4_SRCS})
add_library(poppler-qt4 SHARED ${poppler_qt4_SRCS})
-set_target_properties(poppler-qt4 PROPERTIES VERSION 3.5.0 SOVERSION 3)
+set_target_properties(poppler-qt4 PROPERTIES VERSION 3.6.0 SOVERSION 3)
target_link_libraries(poppler-qt4 poppler ${QT4_QTCORE_LIBRARY} ${QT4_QTGUI_LIBRARY} ${QT4_QTXML_LIBRARY})
if(MSVC)
target_link_libraries(poppler-qt4 poppler ${poppler_LIBS})
diff --git a/qt4/src/Doxyfile b/qt4/src/Doxyfile
index 77e5c44c..aa3ef50d 100644
--- a/qt4/src/Doxyfile
+++ b/qt4/src/Doxyfile
@@ -31,7 +31,7 @@ PROJECT_NAME = "Poppler Qt4 "
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 0.17.1
+PROJECT_NUMBER = 0.17.2
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
diff --git a/qt4/src/Makefile.am b/qt4/src/Makefile.am
index 3779d2ce..a8b57fdc 100644
--- a/qt4/src/Makefile.am
+++ b/qt4/src/Makefile.am
@@ -49,7 +49,8 @@ libpoppler_qt4_la_SOURCES = \
poppler-optcontent-private.h \
poppler-export.h \
poppler-private.h \
- poppler-page-transition-private.h
+ poppler-page-transition-private.h \
+ poppler-embeddedfile-private.h
libpoppler_qt4_la_CXXFLAGS = \
-Dpoppler_qt4_EXPORTS
@@ -60,7 +61,7 @@ libpoppler_qt4_la_LIBADD = \
$(FONTCONFIG_LIBS) \
$(POPPLER_QT4_LIBS)
-libpoppler_qt4_la_LDFLAGS = -version-info 8:0:5 @create_shared_lib@ @auto_import_flags@
+libpoppler_qt4_la_LDFLAGS = -version-info 9:0:6 @create_shared_lib@ @auto_import_flags@
# This rule lets GNU make create any *.moc from the equivalent *.h
.h.moc: