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

« back to all changes in this revision

Viewing changes to src/ipelets/qvoronoi/qvoronoi.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        = lib
 
7
CONFIG          += dll
 
8
CONFIG          -= qt
 
9
# --------------------------------------------------------------------
 
10
SOURCES         += qvoronoi.cpp
 
11
# --------------------------------------------------------------------
 
12
TARGET          = qvoronoi
 
13
INCLUDEPATH     += ../../include
 
14
win32:INCLUDEPATH += d:/devel/qhull2002.1/src
 
15
DEPENDPATH      += ../../include
 
16
win32:LIBS      += ../../../build/lib/libipe.lib
 
17
win32:LIBS      += d:/devel/qhull2002.1/qhull.lib
 
18
unix:LIBS       += -L../../../build/lib -lipe -lqhull
 
19
OBJECTS_DIR     = ../../../build/obj/ipelets
 
20
DESTDIR         = ../../../build/ipelets
 
21
# --------------------------------------------------------------------
 
22
unix:target.path = $${IPELETDIR}
 
23
unix:INSTALLS   += target
 
24
# --------------------------------------------------------------------