summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qloggingregistry/CMakeLists.txt
blob: 9a8d81df240006aaa4f91d4837d86fea3e4ca3fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Generated from qloggingregistry.pro.

#####################################################################
## tst_qloggingregistry Test:
#####################################################################

# Collect test data
list(APPEND test_data "qtlogging.ini")

qt_internal_add_test(tst_qloggingregistry
    SOURCES
        tst_qloggingregistry.cpp
    LIBRARIES
        Qt::CorePrivate
    TESTDATA ${test_data}
)