summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qloggingregistry/qloggingregistry.pro
blob: a311173c0e7eddb2a12f9824444b166b013074bd (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:!android-no-sdk: {
    RESOURCES += \
        android_testdata.qrc
}