vcglib/apps/sample/common.pri

14 lines
293 B
Plaintext
Raw Normal View History

DEPENDPATH += . ../../..
INCLUDEPATH += . ../../.. ../../../eigenlib
2016-06-09 12:46:10 +02:00
CONFIG += console c++11
TEMPLATE = app
# Mac specific Config required to avoid to make application bundles
CONFIG -= app_bundle
2016-06-09 12:46:10 +02:00
QMAKE_CXXFLAGS += -std=c++11
2019-11-21 17:09:05 +01:00
unix {
CONFIG(release, debug|release) {
DEFINES *= NDEBUG
}
}