TEMPLATE = app CONFIG += console c++11 CONFIG -= app_bundle CONFIG -= qt SOURCES += main.cpp \ command.cpp \ commands.cpp \ cmds.cpp \ shell.cpp \ commandexecutor.cpp HEADERS += \ command.h \ shell.h \ cmds.h \ commandexecutor.h