blob: 37beb949f1129247726b0e81d47e288973d5eece [file] [log] [blame]
QT += widgets
HEADERS += \
coloritem.h \
robot.h
SOURCES += \
coloritem.cpp \
main.cpp \
robot.cpp
RESOURCES += \
robot.qrc
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/graphicsview/dragdroprobot
INSTALLS += target