Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Analysis.AlgorithmBehavior/qhull-2012.1/src/testqset/testqset.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: 650 bytes
Line 
1# -------------------------------------------------
2# testqset.pro -- Qt project file for testqset.exe
3# -------------------------------------------------
4
5include(../qhull-warn.pri)
6
7TARGET = testqset
8
9DESTDIR = ../../bin
10TEMPLATE = app
11CONFIG += console warn_on
12CONFIG -= qt
13CONFIG += qhull_warn_conversion
14
15build_pass:CONFIG(debug, debug|release){
16   OBJECTS_DIR = Debug
17}else:build_pass:CONFIG(release, debug|release){
18   OBJECTS_DIR = Release
19}
20
21INCLUDEPATH += ../libqhull
22
23SOURCES += testqset.c
24SOURCES += ../libqhull/qset.c
25SOURCES += ../libqhull/mem.c
26
27HEADERS += ../libqhull/mem.h
28HEADERS += ../libqhull/qset.h
29
Note: See TracBrowser for help on using the repository browser.