1 2 3 4 5 6 7 8 9 10 11
TEMPLATE = app CONFIG += console CONFIG -= app_bundle CONFIG -= qt SOURCES += main.cpp \ testfile.cpp HEADERS += \ testfile.h