summaryrefslogtreecommitdiff
path: root/examples/sensors/sensorgestures/sensorgestures.pro
blob: e692a53c6c4514341e2efe7483a1e0fe31a67b17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TEMPLATE = app
TARGET = gesture
QT       += sensors widgets
requires(qtConfig(treewidget))

SOURCES += main.cpp\
        mainwindow.cpp

HEADERS  += mainwindow.h

FORMS    += mainwindow.ui

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