source: visorpdf/image-plugin.pro @ 8964fdc

pruebas
Last change on this file since 8964fdc was eb3ca82, checked in by Pedro Buitrago <pbuitrago@…>, 8 years ago

Se esta agregando el codigo del visor pdf qpdfview con las modificaciones a los archivos mainwindow.h y mainwindow.cpp de agregar widget para la incorporacion de verificacion de firma electronica

  • Property mode set to 100644
File size: 479 bytes
Line 
1include(qpdfview.pri)
2
3TARGET = qpdfview_image
4TEMPLATE = lib
5CONFIG += plugin
6static_image_plugin:CONFIG += static
7
8TARGET_SHORT = qpdfimg
9!isEmpty(PLUGIN_DESTDIR): DESTDIR = $$PLUGIN_DESTDIR
10
11OBJECTS_DIR = objects-image
12MOC_DIR = moc-image
13
14HEADERS = sources/model.h sources/imagemodel.h
15SOURCES = sources/imagemodel.cpp
16
17QT += core gui
18
19greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
20
21!static_image_plugin {
22    target.path = $${PLUGIN_INSTALL_PATH}
23    INSTALLS += target
24}
Note: See TracBrowser for help on using the repository browser.