2016-03-11 14:49:24 +00:00
|
|
|
TEMPLATE = app
|
|
|
|
CONFIG += console c++11
|
|
|
|
CONFIG -= app_bundle
|
|
|
|
CONFIG -= qt
|
|
|
|
|
|
|
|
SOURCES += main.cpp \
|
|
|
|
command.cpp \
|
|
|
|
commands.cpp \
|
2016-03-11 15:13:04 +00:00
|
|
|
cmds.cpp \
|
2016-03-11 16:45:15 +00:00
|
|
|
shell.cpp
|
2016-03-11 14:49:24 +00:00
|
|
|
|
|
|
|
HEADERS += \
|
|
|
|
command.h \
|
|
|
|
commands.h \
|
2016-03-11 16:45:15 +00:00
|
|
|
shell.h \
|
|
|
|
cmds.h
|