diff -r 56cd8111b7f7 -r 41300fa6a67c tests/manual/qgraphicsitemgroup/qgraphicsitemgroup.pro --- /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