summaryrefslogtreecommitdiffstats
path: root/tests/manual/examples/widgets/touch/pinchzoom/pinchzoom.pro
blob: ebbc7ddf1f2abc817138c28b0d1ed120987437cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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