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

CONFIG += testcase
QT = core core-private testlib

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

android {
    RESOURCES += \
        android_testdata.qrc
}