source: terepaima/terepaima-0.4.16/image-plugin.pro

desarrollostretch
Last change on this file was 1f4adec, checked in by aosorio <aosorio@…>, 8 years ago

Agregado proyecto base, esto luego del dh_make -f

  • 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.