summaryrefslogtreecommitdiffstats
path: root/examples/gestures/gestures.pro
blob: 050be194ac701318a22960c567739d4ad5b20c74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TEMPLATE      = \
              subdirs
SUBDIRS       = \
              browser \
              imageviewer \
              graphicsview \
              collidingmice \
              pannablewebview

# install
target.path = $$[QT_INSTALL_EXAMPLES]/gestures
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS gestures.pro README
sources.path = $$[QT_INSTALL_EXAMPLES]/gestures
INSTALLS += target sources