Qt Reference Documentation

pinchzoom.pro Example File

touch/pinchzoom/pinchzoom.pro
 HEADERS += \
         mouse.h \
         graphicsview.h
 SOURCES += \
         main.cpp \
         mouse.cpp \
         graphicsview.cpp

 RESOURCES += \
         mice.qrc

 # install
 target.path = $$[QT_INSTALL_EXAMPLES]/touch/pinchzoom
 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS pinchzoom.pro images
 sources.path = $$[QT_INSTALL_EXAMPLES]/touch/pinchzoom
 INSTALLS += target sources
X

Thank you for giving your feedback.

Make sure it is related to this specific page. For more general bugs and requests, please use the Qt Bug Tracker.