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

« back to all changes in this revision

Viewing changes to src/ipelib/ipelib.pro

  • Committer: Bazaar Package Importer
  • Author(s): Steve M. Robbins
  • Date: 2005-02-24 22:09:16 UTC
  • mfrom: (2.1.1 hoary)
  • Revision ID: james.westby@ubuntu.com-20050224220916-9vxiiqjz066r5489
Tags: 6.0pre23-2
debian/control: Ipe should depend on exact version of libipe.
Closes: #296771.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
win32:DEFINES   += WIN32
5
5
# --------------------------------------------------------------------
6
6
TEMPLATE        = lib
7
 
CONFIG          -= qt
8
7
CONFIG          += dll
9
8
# --------------------------------------------------------------------
10
9
# Base
13
12
SOURCES         += ipexml.cpp
14
13
SOURCES         += ipecolor.cpp
15
14
SOURCES         += ipebitmap.cpp
 
15
SOURCES         += ipedct.cpp
16
16
# Objects
17
17
SOURCES         += ipegroup.cpp
18
18
SOURCES         += ipeimage.cpp
28
28
SOURCES         += ipeiml.cpp
29
29
SOURCES         += ipepage.cpp
30
30
SOURCES         += ipepainter.cpp
 
31
SOURCES         += ipepdfparser.cpp
 
32
SOURCES         += ipepdfwriter.cpp
 
33
SOURCES         += ipepswriter.cpp
31
34
SOURCES         += ipestdstyles.cpp
32
35
SOURCES         += ipestyle.cpp
33
36
SOURCES         += ipevisitor.cpp
34
37
SOURCES         += ipesnap.cpp
35
38
SOURCES         += ipeundo.cpp
36
39
SOURCES         += ipeutils.cpp
 
40
SOURCES         += ipelatex.cpp
37
41
# --------------------------------------------------------------------
38
42
win32:TARGET    = libipe
39
43
win32:DESTDIR   = ../../build/bin
40
44
unix:TARGET     = ipe
41
45
unix:DESTDIR    = ../../build/lib
 
46
win32:LIBS      += ../../../zlib/lib/zlib.lib
 
47
unix:LIBS       += $${ZLIB_LIBS} -lz
42
48
DEFINES         += IPE_MAKEDLL
43
49
INCLUDEPATH     += ../include
44
50
DEPENDPATH      += ../include
 
51
win32:INCLUDEPATH += ../../../zlib/src
 
52
unix:INCLUDEPATH  += $${ZLIB_INCLUDE}
45
53
OBJECTS_DIR     = ../../build/obj/ipelib
46
54
# --------------------------------------------------------------------
47
55
unix:target.path = $${IPELIBDIR}