1 2 3 4 5 6
QT += core gui widgets CONFIG += c++11 TARGET = clockphoto TEMPLATE = app SOURCES += main.cpp widget.cpp HEADERS += widget.h