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