summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qloggingregistry/qloggingregistry.pro
blob: 287ab30993610d753c222f70957c50a381e0de78 (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
TESTDATA += qtlogging.ini

android {
    RESOURCES += \
        android_testdata.qrc
}