16 lines
398 B
CMake
Raw Normal View History

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