Add pro file for nanoply example

This commit is contained in:
Gianpaolo Palma 2015-10-28 09:15:38 +00:00
parent d174b793fa
commit 4b9df9a889
1 changed files with 8 additions and 0 deletions

View File

@ -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