~ubuntu-branches/debian/jessie/qpdfview/jessie

1.2.6 by Benjamin Eltzner
Import upstream version 0.4.1
1
include(qpdfview.pri)
2
3
TARGET = qpdfview_ps
4
TEMPLATE = lib
5
CONFIG += plugin
6
static_ps_plugin:CONFIG += static
7
8
OBJECTS_DIR = objects-ps
9
MOC_DIR = moc-ps
10
11
HEADERS = sources/global.h sources/model.h sources/psmodel.h
12
SOURCES = sources/model.cpp sources/psmodel.cpp
13
14
QT += core gui
15
16
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
17
18
!without_pkgconfig {
19
    CONFIG += link_pkgconfig
20
    PKGCONFIG += libspectre
21
}
22
23
!static_ps_plugin {
24
    target.path = $${PLUGIN_INSTALL_PATH}
25
    INSTALLS += target
26
}