Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Analysis.AlgorithmBehavior/qhull-2012.1/src/libqhullp/libqhullp.pro @ 11303

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
6include(../qhull-warn.pri)
7include(../qhull-libqhull-src.pri)
8
9DESTDIR = ../../lib
10DLLDESTDIR = ../../bin
11TEMPLATE = lib
12CONFIG += shared warn_on
13CONFIG -= qt
14
15build_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}
22win32-msvc* : QMAKE_LFLAGS += /INCREMENTAL:NO
23win32-msvc* : DEF_FILE += ../../src/libqhullp/qhull_p-exports.def
24
25DEFINES += qh_QHpointer # libqhull/user.h
Note: See TracBrowser for help on using the repository browser.