qt6windows7/tests/auto/sql/kernel/qsqlindex/CMakeLists.txt

16 lines
398 B
CMake
Raw Normal View History

2023-11-02 05:23:55 +08:00
# Copyright (C) 2023 The Qt Company Ltd.
2023-10-30 06:33:08 +08:00
# SPDX-License-Identifier: BSD-3-Clause
#####################################################################
2023-11-02 05:23:55 +08:00
## tst_qsqlindex Test:
2023-10-30 06:33:08 +08:00
#####################################################################
2023-11-02 05:23:55 +08:00
qt_internal_add_test(tst_qsqlindex
2023-10-30 06:33:08 +08:00
SOURCES
2023-11-02 05:23:55 +08:00
tst_qsqlindex.cpp
2023-10-30 06:33:08 +08:00
LIBRARIES
2023-11-02 05:23:55 +08:00
Qt::CorePrivate
Qt::Sql
Qt::SqlPrivate
2023-10-30 06:33:08 +08:00
)