summaryrefslogtreecommitdiff
path: root/tests/benchmarks/statusindicator/statusindicator.pro
blob: 3770784a4899a003682438a487251f2b54259781 (plain)
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\\\"