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

SOURCES += main.cpp\
        mainwindow.cpp

HEADERS  += mainwindow.h

FORMS    += mainwindow.ui

target.path = $$[QT_INSTALL_EXAMPLES]/qtsensors/sensorgestures
app.files = gesture.png
app.path = $$[QT_INSTALL_EXAMPLES]/qtsensors/sensorgestures
INSTALLS += target app