mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-12 22:54:54 +00:00
Initial release
This commit is contained in:
27
deps_src/qhull/src/qhull-app-shared.pri
Normal file
27
deps_src/qhull/src/qhull-app-shared.pri
Normal file
@@ -0,0 +1,27 @@
|
||||
# -------------------------------------------------
|
||||
# qhull-app-shared.pri -- Deprecated Qt include project for C qhull applications linked with libqhull (shared library)
|
||||
# -------------------------------------------------
|
||||
|
||||
include(qhull-warn.pri)
|
||||
|
||||
DESTDIR = ../../bin
|
||||
TEMPLATE = app
|
||||
CONFIG += console warn_on
|
||||
CONFIG -= qt
|
||||
|
||||
LIBS += -L../../lib
|
||||
build_pass:CONFIG(debug, debug|release){
|
||||
LIBS += -lqhull_d
|
||||
OBJECTS_DIR = Debug
|
||||
}else:build_pass:CONFIG(release, debug|release){
|
||||
LIBS += -lqhull
|
||||
OBJECTS_DIR = Release
|
||||
}
|
||||
win32-msvc* : QMAKE_LFLAGS += /INCREMENTAL:NO
|
||||
|
||||
win32-msvc* : DEFINES += qh_dllimport # libqhull/user.h
|
||||
|
||||
INCLUDEPATH += ../libqhull
|
||||
CONFIG += qhull_warn_conversion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user