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

« back to all changes in this revision

Viewing changes to src/ipelets/smallest-circle/smallest-circle.pro

  • Committer: Bazaar Package Importer
  • Author(s): Steve M. Robbins
  • Date: 2009-12-11 21:22:35 UTC
  • mfrom: (4.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20091211212235-5iio4nzpra64snab
Tags: 7.0.10-1
* New upstream.  Closes: #551192.
  - New build-depends: libcairo2-dev, liblua5.1-0-dev, gsfonts
  - patches/config.diff: Remove.  Upstream build system replaced.
  - Runtime lib package changed to libipe7.0.10 from libipe1c2a
  - Devel package renamed to libipe-dev (from libipe1-dev)
  - Package ipe depends on lua5.1 due to ipe-update-master.

* rules: Re-write to use dh.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# -*- text -*-
2
 
# --------------------------------------------------------------------
3
 
include( ../../config.pri )
4
 
# --------------------------------------------------------------------
5
 
TEMPLATE        = lib
6
 
CONFIG          += plugin
7
 
# --------------------------------------------------------------------
8
 
SOURCES         += smallest-circle.cpp
9
 
# --------------------------------------------------------------------
10
 
TARGET          = smallest-circle
11
 
INCLUDEPATH     += ../../include
12
 
DEPENDPATH      += ../../include
13
 
LIBPATH         += ../../../build/lib
14
 
LIBS            += -lipe
15
 
OBJECTS_DIR     = ../../../build/obj/ipelets
16
 
DESTDIR         = ../../../build/ipelets
17
 
# --------------------------------------------------------------------
18
 
unix:target.path = $${IPELETDIR}
19
 
unix:INSTALLS   += target
20
 
# --------------------------------------------------------------------