~ubuntu-branches/debian/lenny/ipe/lenny

« back to all changes in this revision

Viewing changes to src/ipecanvas/ipecanvas.pro

  • Committer: Bazaar Package Importer
  • Author(s): Steve M. Robbins
  • Date: 2007-01-09 23:14:51 UTC
  • mfrom: (3.1.4 feisty)
  • Revision ID: james.westby@ubuntu.com-20070109231451-3nd095g7ishc108l
Tags: 6.0pre27-3
* debian/gsfonts-fontmap.xml: New.  Fontmap for fonts from gsfonts package.
* debian/rules: Use gsfonts-fontmap.xml instead of tetex-fontmap.xml.
* debian/control: Add texlive-latex-base dependency as alternative to
  tetex-bin (for pdflatex) and replace tetex-extra by gsfonts (for font
  files).  Patch courtesy of Norbert Preining.  Closes: #378537.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# -*- text -*-
2
2
# --------------------------------------------------------------------
3
 
unix:include( ../config.pro )
4
 
win32:DEFINES   += WIN32
 
3
include( ../config.pri )
5
4
# --------------------------------------------------------------------
6
5
TEMPLATE        = lib
7
 
win32:CONFIG    += qt staticlib
8
 
unix:CONFIG     += qt dll
 
6
CONFIG          += qt dll
9
7
TARGET          = ipecanvas
10
8
OBJECTS_DIR     = ../../build/obj/ipecanvas
 
9
UI_DIR          = ../../build/ui/ipe
 
10
MOC_DIR         = ../../build/moc/ipecanvas
11
11
DESTDIR         = ../../build/lib
 
12
win32:DLLDESTDIR = ../../build/bin
12
13
# --------------------------------------------------------------------
13
 
DEFINES         += QT_NO_ASCII_CAST
14
14
INCLUDEPATH     += ../include
15
15
DEPENDPATH      += ../include
16
 
win32:INCLUDEPATH += ../../../freetype/include
17
 
unix:INCLUDEPATH  += $${FREETYPE_INCLUDE}
18
 
unix:LIBS         += $${FREETYPE_LIBS} -lfreetype
 
16
INCLUDEPATH     += $${FREETYPE_INCLUDE}
 
17
LIBPATH         += $${FREETYPE_LIBPATH} ../../build/lib 
 
18
LIBS            += -lfreetype -lipe
19
19
# --------------------------------------------------------------------
20
20
# Headers that moc needs to see:
21
 
INTERFACES      += ipedlgtext.ui
 
21
FORMS           += ipedlgtext.ui
22
22
HEADERS         += ipecanvas.h
23
23
HEADERS         += ipecreatetext.h
24
24
# --------------------------------------------------------------------