1 TARGET = qgraphicsitemgroup
2 TEMPLATE = app
3 SOURCES += main.cpp \
4 widget.cpp \
5 customitem.cpp
6 HEADERS += widget.h \
7 customitem.h
8 FORMS += widget.ui