summaryrefslogtreecommitdiffstats
path: root/src/sql/configure.cmake
blob: ff0d2447e1a8bafacc53598e564b0ed16c5c9f29 (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
# 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("sqlmodel" PUBLIC
    LABEL "SQL item models"
    PURPOSE "Provides item model classes backed by SQL databases."
    CONDITION QT_FEATURE_itemmodel
)
qt_configure_add_summary_section(NAME "Qt Sql")
qt_configure_add_summary_entry(ARGS "sqlmodel")
qt_configure_end_summary_section() # end of "Qt Sql" section