Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F110401033
qhalf.pro
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Apr 26, 03:56
Size
835 B
Mime Type
text/x-makefile
Expires
Mon, Apr 28, 03:56 (2 d)
Engine
blob
Format
Raw Data
Handle
25782403
Attached To
rCADDMESH CADD_mesher
qhalf.pro
View Options
# -------------------------------------------------
# qhalf.pro -- Qt project file for qconvex.exe
# -------------------------------------------------
TARGET = qhalf
DESTDIR = ../..
TEMPLATE = app
CONFIG += console warn_on
CONFIG -= app_bundle
LIBS += -L../..
QMAKE_CFLAGS += -Wall -Wextra -Wshadow -Wcast-qual -Wwrite-strings
QMAKE_CFLAGS += -Wno-sign-conversion # Many size_t vs. int errors
build_pass:CONFIG(debug, debug|release):{
LIBS += libqhulld
PRE_TARGETDEPS += ../../libqhulld.a
OBJECTS_DIR = ../../tmp/qconvex/Debug
}else:build_pass:CONFIG(release, debug|release):{
LIBS += libqhull
PRE_TARGETDEPS += ../../libqhull.a
OBJECTS_DIR = ../../tmp/qconvex/Release
}
QT -= gui
MOC_DIR = ../../tmp/moc
RCC_DIR = ../../tmp/rcc
INCLUDEPATH = ../../tmp
VPATH = ../..
SOURCES += src/qhalf.c
HEADERS += src/libqhull.h
Event Timeline
Log In to Comment