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

contains(QT_CONFIG, webkit):contains(QT_CONFIG, svg):SUBDIRS += browser

# 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