46e909a37a
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>
16 lines
398 B
CMake
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
|
|
)
|