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