1
TEMPLATE = \
2
subdirs
3
SUBDIRS = \
4
imagegestures
5
6
# install
7
target.path = $$[QT_INSTALL_EXAMPLES]/gestures
8
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS gestures.pro README
9
sources.path = $$[QT_INSTALL_EXAMPLES]/gestures
10
INSTALLS += target sources