summaryrefslogtreecommitdiffstats
path: root/tests/manual/qgraphicsitemgroup/qgraphicsitemgroup.pro
blob: 6135f74b8b468153710a7e9910be6d91ee7fa3af (plain)
1
2
3
4
5
6
7
8
9
TARGET = qgraphicsitemgroup
QT += widgets
TEMPLATE = app
SOURCES += main.cpp \
    widget.cpp \
    customitem.cpp
HEADERS += widget.h \
    customitem.h
FORMS += widget.ui