tests/manual/qgraphicsitemgroup/qgraphicsitemgroup.pro
changeset 3 41300fa6a67c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/manual/qgraphicsitemgroup/qgraphicsitemgroup.pro	Tue Feb 02 00:43:10 2010 +0200
@@ -0,0 +1,8 @@
+TARGET = qgraphicsitemgroup
+TEMPLATE = app
+SOURCES += main.cpp \
+    widget.cpp \
+    customitem.cpp
+HEADERS += widget.h \
+    customitem.h
+FORMS += widget.ui