2022-07-05 11:26:52 +00:00
|
|
|
# Copyright (C) 2022 The Qt Company Ltd.
|
2022-08-19 13:21:34 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
2022-07-05 11:26:52 +00:00
|
|
|
|
2018-11-02 13:27:57 +00:00
|
|
|
add_subdirectory(qsqlrelationaltablemodel)
|
|
|
|
add_subdirectory(qsqltablemodel)
|
|
|
|
if(TARGET Qt::Widgets)
|
|
|
|
add_subdirectory(qsqlquerymodel)
|
2020-06-30 16:49:57 +00:00
|
|
|
add_subdirectory(qsqlrelationaldelegate)
|
2018-11-02 13:27:57 +00:00
|
|
|
endif()
|