summaryrefslogtreecommitdiffstats
path: root/tests/auto/sql/kernel/qsqlrecord/CMakeLists.txt
blob: 4f193050035f0e1a17015f40621312102810e191 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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 qsqlrecord.pro.

#####################################################################
## tst_qsqlrecord Test:
#####################################################################

qt_internal_add_test(tst_qsqlrecord
    SOURCES
        tst_qsqlrecord.cpp
    LIBRARIES
        Qt::Sql
)