summaryrefslogtreecommitdiffstats
path: root/src/xml/configure.cmake
blob: 05cec04937401bbd16f31b95d443a0a60353b96c (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
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause



#### Inputs



#### Libraries



#### Tests



#### Features

qt_feature("dom" PUBLIC
    SECTION "File I/O"
    LABEL "DOM"
    PURPOSE "Supports the Document Object Model."
)
qt_feature_definition("dom" "QT_NO_DOM" NEGATE VALUE "1")