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

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