summaryrefslogtreecommitdiffstats
path: root/examples/touch/touch.pro
blob: 005e22be90f4c4ce7aedc6ee2e3809107244c440 (plain)
1
2
3
4
5
6
7
8
TEMPLATE = subdirs
SUBDIRS = pinchzoom fingerpaint knobs dials

# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/touch
sources.files = touch.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/touch
INSTALLS += target sources