summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/kernel/qguivariant/test/CMakeLists.txt
blob: 40671c920cc2b47d176207e0704238437a1a3d12 (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_add_test(tst_qguivariant
    SOURCES
        tst_qguivariant.cpp
    INCLUDE_DIRECTORIES
        ../../../../other/qvariant_common
    PUBLIC_LIBRARIES
        Qt::Gui
)

# Resources:
set(qguivariant_resource_files
    "data"
)

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