summaryrefslogtreecommitdiff
path: root/tests/benchmarks/statusindicator/statusindicator.pro
blob: d66b5515b4a3f929731f81ec52eb34e91795a784 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE = app
TARGET = tst_bench_statusindicator
QT = core quick testlib

SOURCES += \
    tst_statusindicator.cpp

OTHER_FILES += \
    LotsOfIndicatorsOn.qml \
    LotsOfIndicatorsOff.qml

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