File: legacy_sensors.pro

package info (click to toggle)
qtsensors-opensource-src 5.15.17-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,556 kB
  • sloc: cpp: 19,883; perl: 323; javascript: 207; xml: 123; ansic: 58; makefile: 18
file content (15 lines) | stat: -rw-r--r-- 261 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TEMPLATE=app
TARGET=tst_legacy_sensors
!no_system_tests:CONFIG += testcase
QT = core testlib gui qml sensors
SOURCES += tst_legacy_sensors.cpp

VPATH += ../qsensor
INCLUDEPATH += ../qsensor

HEADERS += \
    test_backends.h

SOURCES += \
    test_backends.cpp