summaryrefslogtreecommitdiffstats
path: root/examples/sensors/sensorgestures/sensorgestures.pro
blob: 9310ecd940caf01641ec799a3f53001b74742908 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TEMPLATE = app
TARGET = gesture
QT       += sensors widgets
qtConfig(static):QTPLUGIN += qtsensorgestures_plugin qtsensorgestures_shakeplugin

requires(qtConfig(treewidget))

SOURCES += main.cpp\
        mainwindow.cpp

HEADERS  += mainwindow.h

FORMS    += mainwindow.ui

target.path = $$[QT_INSTALL_EXAMPLES]/sensors/sensorgestures
INSTALLS += target