summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/serialization/json/CMakeLists.txt
blob: 536f07f68f32b62830ab96b16b5ee1ae2e9d1ad7 (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
28
29
30
31
32
33
34
35
# Generated from json.pro.

#####################################################################
## tst_json Test:
#####################################################################

add_qt_test(tst_json
    SOURCES
        tst_qtjson.cpp
    LIBRARIES
        Qt::CorePrivate
)

## Scopes:
#####################################################################

#### Keys ignored in scope 2:.:.:json.pro:NOT ANDROID:
# TESTDATA = "bom.json" "test.json" "test.bjson" "test3.json" "test2.json"

# Resources:
set(json_resource_files
    "bom.json"
    "test.bjson"
    "test.json"
    "test2.json"
    "test3.json"
)

add_qt_resource(tst_json "json"
    PREFIX
        "/"
    FILES
        ${json_resource_files}
)