summaryrefslogtreecommitdiffstats
path: root/src/xml/configure.cmake
blob: f9b5a8651438c7906ae7b36db2c4cc7b3927a2a2 (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: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0



#### 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")