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

SOURCES += main.cpp\
        mainwindow.cpp

HEADERS  += mainwindow.h

FORMS    += mainwindow.ui

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