blob: c96e3dad7946a6dd324b3391ed2b9ab70ec5555e [file] [log] [blame]
QT += widgets
HEADERS += \
mouse.h
SOURCES += \
main.cpp \
mouse.cpp
RESOURCES += \
mice.qrc
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/graphicsview/collidingmice
INSTALLS += target