You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
305 B
23 lines
305 B
DEPENDPATH += \ |
|
. \ |
|
../../.. |
|
|
|
INCLUDEPATH += \ |
|
. \ |
|
../../.. \ |
|
../../../eigenlib |
|
|
|
|
|
CONFIG += c++11 |
|
TEMPLATE = app |
|
|
|
# Mac specific Config required to avoid to make application bundles |
|
CONFIG -= app_bundle |
|
|
|
QMAKE_CXXFLAGS += -std=c++11 |
|
|
|
unix { |
|
CONFIG(release, debug|release) { |
|
DEFINES *= NDEBUG |
|
} |
|
}
|
|
|