Welcome to mirror list, hosted at ThFree Co, Russian Federation.

libqhullstatic_r.pro « libqhullstatic_r « src « qhull « src - github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2f5bf4d0765849d907915008aa5a6e18ae00dc14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# -------------------------------------------------
# libqhullstatic_r.pro -- Qt project for Qhull static library
#
# It uses reeentrant Qhull
# -------------------------------------------------

include(../qhull-warn.pri)

DESTDIR = ../../lib
TEMPLATE = lib
CONFIG += staticlib warn_on
CONFIG -= qt
build_pass:CONFIG(debug, debug|release):{
    TARGET = qhullstatic_rd
    OBJECTS_DIR = Debug
}else:build_pass:CONFIG(release, debug|release):{
    TARGET = qhullstatic_r
    OBJECTS_DIR = Release
}

include(../qhull-libqhull-src_r.pri)