Page MenuHomec4science

qdelaunay.pro
No OneTemporary

File Metadata

Created
Thu, Jan 30, 23:08

qdelaunay.pro

# -------------------------------------------------
# qdelaunay.pro -- Qt project file for qvoronoi.exe
# -------------------------------------------------
TARGET = qdelaunay
DESTDIR = ../..
TEMPLATE = app
CONFIG += console warn_on
CONFIG -= app_bundle
LIBS += -L../..
QMAKE_CFLAGS += -fno-strict-aliasing
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
OBJECTS_DIR = ../../tmp/qdelaunay/Debug
}else:build_pass:CONFIG(release, debug|release):{
LIBS += libqhull
OBJECTS_DIR = ../../tmp/qdelaunay/Release
}
QT -= gui
MOC_DIR = ../../tmp/moc
RCC_DIR = ../../tmp/rcc
INCLUDEPATH = ../../tmp
VPATH = ../..
SOURCES += src/qdelaun.c
HEADERS += src/libqhull.h

Event Timeline