blob: 6135f74b8b468153710a7e9910be6d91ee7fa3af [file] [log] [blame]
TARGET = qgraphicsitemgroup
QT += widgets
TEMPLATE = app
SOURCES += main.cpp \
widget.cpp \
customitem.cpp
HEADERS += widget.h \
customitem.h
FORMS += widget.ui