QT += core gui widgets CONFIG += c++11 TARGET = clockphoto TEMPLATE = app SOURCES += main.cpp widget.cpp HEADERS += widget.h