summaryrefslogtreecommitdiffstats
path: root/src/sql/configure.cmake
blob: f8a0c087d524a8c9c1263dfd4d1aaac21b010cc9 (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: BSD-3-Clause



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