summaryrefslogtreecommitdiffstats
path: root/tests/manual/qgraphicsitemgroup/qgraphicsitemgroup.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/qgraphicsitemgroup/qgraphicsitemgroup.pro')
-rw-r--r--tests/manual/qgraphicsitemgroup/qgraphicsitemgroup.pro8
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 0000000000..6676a2e7c1
--- /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