summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qloggingregistry/qloggingregistry.pro
blob: 6be5fb10674e3acfb122f038a53c478227d92fac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE = app
TARGET = tst_qloggingregistry

CONFIG += testcase
QT = core core-private testlib

SOURCES += tst_qloggingregistry.cpp
OTHER_FILES += qtlogging.ini

android:!android-no-sdk: {
    RESOURCES += \
        android_testdata.qrc
}