Last change
on this file since 11303 was
10207,
checked in by ascheibe, 11 years ago
|
#1886 added a unit test for volume calculation and the qhull library
|
File size:
734 bytes
|
Line | |
---|
1 | # -------------------------------------------------
|
---|
2 | # libqhull.pro -- Qt project for Qhull shared library with qh_QHpointer
|
---|
3 | # Built with qh_QHpointer=1
|
---|
4 | # -------------------------------------------------
|
---|
5 |
|
---|
6 | include(../qhull-warn.pri)
|
---|
7 | include(../qhull-libqhull-src.pri)
|
---|
8 |
|
---|
9 | DESTDIR = ../../lib
|
---|
10 | DLLDESTDIR = ../../bin
|
---|
11 | TEMPLATE = lib
|
---|
12 | CONFIG += shared warn_on
|
---|
13 | CONFIG -= qt
|
---|
14 |
|
---|
15 | build_pass:CONFIG(debug, debug|release):{
|
---|
16 | TARGET = qhull_pd
|
---|
17 | OBJECTS_DIR = Debug
|
---|
18 | }else:build_pass:CONFIG(release, debug|release):{
|
---|
19 | TARGET = qhull_p
|
---|
20 | OBJECTS_DIR = Release
|
---|
21 | }
|
---|
22 | win32-msvc* : QMAKE_LFLAGS += /INCREMENTAL:NO
|
---|
23 | win32-msvc* : DEF_FILE += ../../src/libqhullp/qhull_p-exports.def
|
---|
24 |
|
---|
25 | DEFINES += qh_QHpointer # libqhull/user.h
|
---|
Note: See
TracBrowser
for help on using the repository browser.