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

« back to all changes in this revision

Viewing changes to qpdfview-ps-plugin.pro

  • Committer: Package Import Robot
  • Author(s): Benjamin Eltzner
  • Date: 2013-04-04 14:51:58 UTC
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: package-import@ubuntu.com-20130404145158-22g2noz4b8176o35
Tags: upstream-0.4.1
ImportĀ upstreamĀ versionĀ 0.4.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
}