File: qsensor.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 (27 lines) | stat: -rw-r--r-- 480 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
TEMPLATE = app
TARGET = tst_qsensor

CONFIG += testcase
QT = core-private testlib sensors-private
DEFINES += QT_STATICPLUGIN

SOURCES += \
    tst_qsensor.cpp

HEADERS += \
    test_sensor.h\
    test_sensor_p.h\
    test_sensorimpl.h\
    test_sensor2.h\
    test_sensor2_p.h\
    test_sensor2impl.h\
    test_backends.h

SOURCES += \
    test_sensor.cpp\
    test_sensorimpl.cpp\
    test_sensor2.cpp\
    test_sensor2impl.cpp\
    test_sensorplugin.cpp\
    test_backends.cpp