TEMPLATE = app CONFIG += qt warn_on release SOURCES = MainWidget.cpp CodeValidator.cpp main.cpp HEADERS = CodeValidator.h MainWidget.h TARGET = main