2012-10-16 11:08:19 +02:00
|
|
|
DEPENDPATH += . ../../..
|
2017-01-26 15:31:53 +01:00
|
|
|
INCLUDEPATH += . ../../.. ../../../eigenlib
|
2016-06-09 12:46:10 +02:00
|
|
|
CONFIG += console c++11
|
2012-10-09 10:43:35 +02:00
|
|
|
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
|
|
|
|
}
|
|
|
|
}
|