TEMPLATE = app CONFIG += debug console TARGET += DEPENDPATH += . INCLUDEPATH += . # Input HEADERS += CmdLine.h imageconv.h SOURCES += CmdLine.cpp imageconv.cpp main.cpp