summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/kernel/qguivariant/test/CMakeLists.txt
blob: a3292511bd59259e239c90ebe8b0e9ed7aafc05a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Generated from test.pro.

#####################################################################
## tst_qguivariant Test:
#####################################################################

qt_internal_add_test(tst_qguivariant
    SOURCES
        tst_qguivariant.cpp
    INCLUDE_DIRECTORIES
        ../../../../other/qvariant_common
    PUBLIC_LIBRARIES
        Qt::Gui
)

# Resources:
set(qguivariant_resource_files
    "data"
)

qt_internal_add_resource(tst_qguivariant "qguivariant"
    PREFIX
        "/"
    FILES
        ${qguivariant_resource_files}
)