summaryrefslogtreecommitdiffstats
path: root/examples/widgets/graphicsview/collidingmice/collidingmice.pro
blob: 0337b6da4a24f29b931159f81af11909691febbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
HEADERS += \
	mouse.h
SOURCES += \
	main.cpp \
        mouse.cpp

RESOURCES += \
	mice.qrc

# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/graphicsview/collidingmice
INSTALLS += target

QT += widgets