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

« back to all changes in this revision

Viewing changes to src/tools/ipetoipe/ipetoipe.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
# --------------------------------------------------------------------
 
9
DEFINES         += QT_NO_ASCII_CAST
 
10
# --------------------------------------------------------------------
 
11
SOURCES         += ipetoipe.cpp
 
12
SOURCES         += ../../ipe/topng.cpp
 
13
# --------------------------------------------------------------------
 
14
TARGET          = ipetoipe
 
15
# --------------------------------------------------------------------
 
16
INCLUDEPATH     += ../../include
 
17
INCLUDEPATH     += ../../ipemodel
 
18
INCLUDEPATH     += ../../ipecanvas
 
19
DEPENDPATH      += ../../include
 
20
DEPENDPATH      += ../../ipemodel
 
21
DEPENDPATH      += ../../ipecanvas
 
22
# --------------------------------------------------------------------
 
23
OBJECTS_DIR     = ../../../build/obj/ipetoipe
 
24
DESTDIR         = ../../../build/bin
 
25
win32:LIBS      += ../../../build/lib/xpdf.lib
 
26
win32:LIBS      += ../../../build/lib/ipemodel.lib
 
27
win32:LIBS      += ../../../build/lib/ipecanvas.lib
 
28
win32:LIBS      += ../../../build/lib/libipe.lib
 
29
win32:LIBS      += ../../../../freetype/lib/freetype.lib
 
30
win32:LIBS      += ../../../../zlib/lib/zlib.lib
 
31
unix:LIBS       += -L../../../build/lib -lipemodel  -lxpdf -lipecanvas
 
32
unix:LIBS       += -lipe -lfreetype -lz -ldl
 
33
win32:TARGETDEPS += ../../../build/lib/ipemodel.lib
 
34
win32:TARGETDEPS += ../../../build/lib/ipecanvas.lib
 
35
win32:TARGETDEPS += ../../../build/bin/libipe.dll
 
36
# --------------------------------------------------------------------
 
37
unix:target.path = $${IPEBINDIR}
 
38
unix:INSTALLS   += target
 
39
# --------------------------------------------------------------------