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

#####################################################################
## tst_qmetacontainer Test:
#####################################################################

# Collect test data
list(APPEND test_data "./typeFlags.bin")

qt_internal_add_test(tst_qmetacontainer
    SOURCES
        tst_qmetacontainer.cpp
    PUBLIC_LIBRARIES
        Qt::CorePrivate
    TESTDATA ${test_data}
)