summaryrefslogtreecommitdiffstats
path: root/examples/touch/pinchzoom/pinchzoom.pro
blob: 5c101b2f5ce24c39002994bce3675acd4697a6d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
QT += widgets

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

simulator: warning(This example might not fully work on Simulator platform)