File: sensors2qmlapi.pro

package info (click to toggle)
qtsensors-opensource-src 5.7.1~20161021-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 7,400 kB
  • ctags: 2,980
  • sloc: cpp: 18,333; perl: 323; java: 136; xml: 130; ansic: 54; makefile: 48
file content (16 lines) | stat: -rw-r--r-- 427 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TEMPLATE = app
TARGET = tst_sensors2qmlapi

CONFIG += testcase
QT = core testlib sensors-private qml

SOURCES += tst_sensors2qmlapi.cpp \
           ./../../../src/imports/sensors/qmlsensorgesture.cpp \
           qtemplategestureplugin.cpp \
           qtemplaterecognizer.cpp

HEADERS += \
           ./../../../src/imports/sensors/qmlsensorgesture.h \
           qtemplategestureplugin.h \
           qtemplaterecognizer.h