qt5base-lts/tests/auto/sql/kernel/qsqlindex/CMakeLists.txt
Christian Ehrlicher 46e909a37a QSqlIndex: add move ctor & move operator
Add the move ctor and move operator for QSqlIndex, also add an explicit
testcase for QSqlIndex

Task-number: QTBUG-109938
Change-Id: I46cc6a24c2e7d5b23d2ac3427cafd01b9ba257ed
Reviewed-by: Marc Mutz <marc.mutz@qt.io>
2023-03-31 18:36:29 +02:00

16 lines
398 B
CMake

# Copyright (C) 2023 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause
#####################################################################
## tst_qsqlindex Test:
#####################################################################
qt_internal_add_test(tst_qsqlindex
SOURCES
tst_qsqlindex.cpp
LIBRARIES
Qt::CorePrivate
Qt::Sql
Qt::SqlPrivate
)