qt5base-lts/examples/touch/pinchzoom/pinchzoom.pro

19 lines
326 B
Prolog
Raw Normal View History

HEADERS += \
mouse.h \
graphicsview.h
SOURCES += \
main.cpp \
mouse.cpp \
graphicsview.cpp
RESOURCES += \
mice.qrc
# install
target.path = $$[QT_INSTALL_EXAMPLES]/touch/pinchzoom
INSTALLS += target
QT += widgets
simulator: warning(This example might not fully work on Simulator platform)