tests/manual/qgraphicsitemgroup/qgraphicsitemgroup.pro
changeset 3 41300fa6a67c
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
       
     1 TARGET = qgraphicsitemgroup
       
     2 TEMPLATE = app
       
     3 SOURCES += main.cpp \
       
     4     widget.cpp \
       
     5     customitem.cpp
       
     6 HEADERS += widget.h \
       
     7     customitem.h
       
     8 FORMS += widget.ui