File: statusindicator.pro

package info (click to toggle)
qtquickcontrols-opensource-src 5.15.15-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 14,224 kB
  • sloc: cpp: 15,660; javascript: 115; makefile: 23
file content (14 lines) | stat: -rw-r--r-- 293 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TEMPLATE = app
TARGET = tst_bench_statusindicator
QT = core quick testlib
CONFIG += benchmark

SOURCES += \
    tst_statusindicator.cpp

OTHER_FILES += \
    LotsOfIndicatorsOn.qml \
    LotsOfIndicatorsOff.qml

# Define SRCDIR equal to test's source directory
DEFINES += SRCDIR=\\\"$$PWD\\\"