diff options
Diffstat (limited to 'tests/manual/qgraphicsitemgroup/qgraphicsitemgroup.pro')
-rw-r--r-- | tests/manual/qgraphicsitemgroup/qgraphicsitemgroup.pro | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/manual/qgraphicsitemgroup/qgraphicsitemgroup.pro b/tests/manual/qgraphicsitemgroup/qgraphicsitemgroup.pro new file mode 100644 index 0000000..6676a2e --- /dev/null +++ b/tests/manual/qgraphicsitemgroup/qgraphicsitemgroup.pro @@ -0,0 +1,8 @@ +TARGET = qgraphicsitemgroup +TEMPLATE = app +SOURCES += main.cpp \ + widget.cpp \ + customitem.cpp +HEADERS += widget.h \ + customitem.h +FORMS += widget.ui |