summaryrefslogtreecommitdiffstats
path: root/examples/widgets/graphicsview/dragdroprobot/dragdroprobot.pro
blob: 37beb949f1129247726b0e81d47e288973d5eece (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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