initial commit
This commit is contained in:
11
NMPython.pro
Normal file
11
NMPython.pro
Normal file
@@ -0,0 +1,11 @@
|
||||
TEMPLATE = app
|
||||
CONFIG += console c++11
|
||||
CONFIG -= app_bundle
|
||||
CONFIG -= qt
|
||||
|
||||
SOURCES += \
|
||||
main.cpp
|
||||
|
||||
unix|win32: LIBS += -lncurses
|
||||
|
||||
HEADERS +=
|
||||
Reference in New Issue
Block a user