2011-04-27 10:05:43 +00:00
|
|
|
TARGET = qgraphicsitemgroup
|
2012-04-12 10:56:20 +00:00
|
|
|
QT += widgets
|
2011-04-27 10:05:43 +00:00
|
|
|
TEMPLATE = app
|
|
|
|
SOURCES += main.cpp \
|
|
|
|
widget.cpp \
|
|
|
|
customitem.cpp
|
|
|
|
HEADERS += widget.h \
|
|
|
|
customitem.h
|
|
|
|
FORMS += widget.ui
|
2012-08-01 11:19:40 +00:00
|
|
|
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
|