source: terepaima/terepaima-0.4.16/ps-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: 654 bytes
Line 
1include(qpdfview.pri)
2
3TARGET = qpdfview_ps
4TEMPLATE = lib
5CONFIG += plugin
6static_ps_plugin:CONFIG += static
7
8TARGET_SHORT = qpdfps
9!isEmpty(PLUGIN_DESTDIR): DESTDIR = $$PLUGIN_DESTDIR
10
11OBJECTS_DIR = objects-ps
12MOC_DIR = moc-ps
13
14HEADERS = sources/model.h sources/psmodel.h
15SOURCES = sources/psmodel.cpp
16
17QT += core gui
18
19greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
20
21!without_pkgconfig {
22    CONFIG += link_pkgconfig
23    PKGCONFIG += libspectre
24} else {
25    DEFINES += $$PS_PLUGIN_DEFINES
26    INCLUDEPATH += $$PS_PLUGIN_INCLUDEPATH
27    LIBS += $$PS_PLUGIN_LIBS
28}
29
30!static_ps_plugin {
31    target.path = $${PLUGIN_INSTALL_PATH}
32    INSTALLS += target
33}
Note: See TracBrowser for help on using the repository browser.