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