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