summaryrefslogtreecommitdiffstats
path: root/tests/auto/sql/models/CMakeLists.txt
blob: e52859838a444f22d30b13259a35dace47e1deaa (plain)
1
2
3
4
5
6
7
8
9
10
11
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

# Generated from models.pro.

add_subdirectory(qsqlrelationaltablemodel)
add_subdirectory(qsqltablemodel)
if(TARGET Qt::Widgets)
    add_subdirectory(qsqlquerymodel)
    add_subdirectory(qsqlrelationaldelegate)
endif()