Add pro file for nanoply example
This commit is contained in:
parent
d174b793fa
commit
4b9df9a889
|
|
@ -0,0 +1,8 @@
|
||||||
|
INCLUDEPATH += ../../../
|
||||||
|
CONFIG += console stl c++11
|
||||||
|
CONFIG -= qt
|
||||||
|
TEMPLATE = app
|
||||||
|
SOURCES += main.cpp
|
||||||
|
|
||||||
|
# Mac specific Config required to avoid to make application bundles
|
||||||
|
CONFIG -= app_bundle
|
||||||
Loading…
Reference in New Issue