1
TEMPLATE = subdirs
2
SUBDIRS = pinchzoom fingerpaint knobs dials
3
4
# install
5
target.path = $$[QT_INSTALL_EXAMPLES]/multitouch
6
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS multitouch.pro
7
sources.path = $$[QT_INSTALL_EXAMPLES]/multitouch
8
INSTALLS += target sources