Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Analysis.AlgorithmBehavior/qhull-2012.1/src/libqhullstatic/libqhullstatic.pro @ 10207

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
Line 
1# -------------------------------------------------
2# libqhullstatic.pro -- Qt project for Qhull static library
3#   Built with qh_QHpointer=0.  See libqhullp.pro
4# -------------------------------------------------
5
6include(../qhull-warn.pri)
7include(../qhull-libqhull-src.pri)
8
9DESTDIR = ../../lib
10TEMPLATE = lib
11CONFIG += staticlib warn_on
12CONFIG -= qt
13build_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.