blob: e692a53c6c4514341e2efe7483a1e0fe31a67b17 [file] [log] [blame]
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