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

« back to all changes in this revision

Viewing changes to src/ipelets/templates/templates.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
 
CONFIG          += dll qt
 
6
CONFIG          += qt plugin
8
7
# --------------------------------------------------------------------
9
8
SOURCES         += templates.cpp
10
 
INTERFACES      += dlguse.ui
 
9
FORMS           += dlguse.ui
11
10
# --------------------------------------------------------------------
12
11
TARGET          = templates
13
12
INCLUDEPATH     += ../../include
14
13
DEPENDPATH      += ../../include
15
 
win32:LIBS      += ../../../build/lib/libipe.lib
16
 
unix:LIBS       += -L../../../build/lib -lipe
 
14
LIBPATH         += ../../../build/lib
 
15
LIBS            += -lipe
17
16
OBJECTS_DIR     = ../../../build/obj/ipelets
 
17
UI_DIR          = ../../../build/ui/ipelets
 
18
MOC_DIR         = ../../../build/moc/ipelets
18
19
DESTDIR         = ../../../build/ipelets
19
20
# --------------------------------------------------------------------
20
21
unix:target.path = $${IPELETDIR}