summaryrefslogtreecommitdiffstats
path: root/examples/sensors/sensorgestures/sensorgestures.pro
blob: d13462d66ce976d79e592442c5c9392f8b6cd5f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TEMPLATE = app
TARGET = gesture
QT       += core gui 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