~ubuntu-branches/ubuntu/precise/ipe/precise

« back to all changes in this revision

Viewing changes to src/tools/pdftoipe/pdftoipe.pro

  • Committer: Bazaar Package Importer
  • Author(s): Steve M. Robbins
  • Date: 2004-06-08 00:44:02 UTC
  • Revision ID: james.westby@ubuntu.com-20040608004402-72yu51xlh7vt6p9m
Tags: upstream-6.0pre16
ImportĀ upstreamĀ versionĀ 6.0pre16

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- text -*-
 
2
# --------------------------------------------------------------------
 
3
unix:include( ../../config.pro )
 
4
win32:DEFINES   += WIN32
 
5
# --------------------------------------------------------------------
 
6
TEMPLATE        = app
 
7
CONFIG          += qt console 
 
8
SOURCES         += pdftoipe.cpp
 
9
SOURCES         += xmloutputdev.cpp
 
10
TARGET          = pdftoipe
 
11
INCLUDEPATH     += ../../xpdflib
 
12
win32:LIBS      += ../../../build/lib/xpdf.lib
 
13
unix:LIBS       += -L../../../build/lib -lxpdf
 
14
OBJECTS_DIR     = ../../../build/obj/tools
 
15
DESTDIR         = ../../../build/bin
 
16
# --------------------------------------------------------------------
 
17
unix:target.path = $${IPEBINDIR}
 
18
unix:INSTALLS   += target
 
19
# --------------------------------------------------------------------