2015-10-28 10:14:49 +01:00
|
|
|
DEPENDPATH += ../include
|
|
|
|
INCLUDEPATH += ../include
|
2015-09-10 23:16:44 +02:00
|
|
|
CONFIG += console stl c++11
|
|
|
|
CONFIG -= qt
|
|
|
|
TEMPLATE = app
|
2015-10-28 10:14:49 +01:00
|
|
|
SOURCES += main.cpp
|
|
|
|
|
2015-09-10 23:16:44 +02:00
|
|
|
# Mac specific Config required to avoid to make application bundles
|
|
|
|
CONFIG -= app_bundle
|