after svn-server restore
This commit is contained in:
12
ChangeLog
12
ChangeLog
@@ -1,3 +1,15 @@
|
||||
2015-11-20 15:14 marc
|
||||
|
||||
* examples, examples/oo-empty.pdf, examples/oo-empty_signed.pdf,
|
||||
src/pdfsign.hxx: added examples
|
||||
|
||||
2015-11-10 22:56 marc
|
||||
|
||||
* ChangeLog, configure.ac, debian/control.in,
|
||||
debian/pdfsign-dev.install, debian/pdfsign.install, src/main.cxx,
|
||||
src/makefile.am, src/pdfsign.hxx, src/pdfsign.ui: read and show
|
||||
pdf file
|
||||
|
||||
2015-11-10 19:48 marc
|
||||
|
||||
* ., AUTHORS, COPYING, ChangeLog, INSTALL, NEWS, README,
|
||||
|
@@ -28,7 +28,8 @@ AX_USE_RPM_PACKAGING
|
||||
#AX_BUILD_EXAMPLES
|
||||
#AX_BUILD_HTML
|
||||
|
||||
AX_PKG_REQUIRE(pollper, poppler-qt5)
|
||||
AX_PKG_REQUIRE(poppler, poppler-qt5)
|
||||
AX_PKG_REQUIRE(podofo, libpodofo, podofo/base/PdfString.h)
|
||||
|
||||
# qt features, uncomment, what you need:
|
||||
#AX_CHECK_QT([QT], [QtCore QtGui QtNetwork], [QtWidgets])
|
||||
|
2
debian/control.in
vendored
2
debian/control.in
vendored
@@ -1,7 +1,7 @@
|
||||
Source: @PACKAGE_NAME@
|
||||
Priority: extra
|
||||
Maintainer: @AUTHOR@
|
||||
Build-Depends: debhelper, subversion, pkg-config, automake, libtool, autotools-dev, lsb-release , doxygen, graphviz, mscgen, qt5-default, qt5-qmake, qtbase5-dev, qtbase5-dev-tools, qttools5-dev-tools, qttools5-dev-tools, libpoppler-qt5-dev
|
||||
Build-Depends: debhelper, subversion, pkg-config, automake, libtool, autotools-dev, lsb-release , doxygen, graphviz, mscgen, qt5-default, qt5-qmake, qtbase5-dev, qtbase5-dev-tools, qttools5-dev-tools, qttools5-dev-tools, libpoppler-qt5-dev libpodofo-dev
|
||||
|
||||
Package: @PACKAGE_NAME@
|
||||
Section: text
|
||||
|
@@ -14,6 +14,7 @@
|
||||
#include <QMainWindow>
|
||||
#include <ui_pdfsign.hxx>
|
||||
#include <poppler/qt5/poppler-qt5.h>
|
||||
//#include <podofo/doc/PdfDocument.h>
|
||||
#include <QFileDialog>
|
||||
#include <memory>
|
||||
|
||||
|
Reference in New Issue
Block a user