Last change
on this file since 10207 was
10207,
checked in by ascheibe, 11 years ago
|
#1886 added a unit test for volume calculation and the qhull library
|
File size:
569 bytes
|
Rev | Line | |
---|
[10207] | 1 | # -------------------------------------------------
|
---|
| 2 | # libqhullstatic.pro -- Qt project for Qhull static library
|
---|
| 3 | # Built with qh_QHpointer=0. See libqhullp.pro
|
---|
| 4 | # -------------------------------------------------
|
---|
| 5 |
|
---|
| 6 | include(../qhull-warn.pri)
|
---|
| 7 | include(../qhull-libqhull-src.pri)
|
---|
| 8 |
|
---|
| 9 | DESTDIR = ../../lib
|
---|
| 10 | TEMPLATE = lib
|
---|
| 11 | CONFIG += staticlib warn_on
|
---|
| 12 | CONFIG -= qt
|
---|
| 13 | build_pass:CONFIG(debug, debug|release):{
|
---|
| 14 | TARGET = qhullstatic_d
|
---|
| 15 | OBJECTS_DIR = Debug
|
---|
| 16 | }else:build_pass:CONFIG(release, debug|release):{
|
---|
| 17 | TARGET = qhullstatic
|
---|
| 18 | OBJECTS_DIR = Release
|
---|
| 19 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.