2022-07-05 11:26:52 +00:00
|
|
|
# Copyright (C) 2022 The Qt Company Ltd.
|
|
|
|
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
|
|
|
|
2019-11-12 17:23:28 +00:00
|
|
|
# Generated from qsqlquery.pro.
|
|
|
|
|
|
|
|
#####################################################################
|
|
|
|
## tst_qsqlquery Test:
|
|
|
|
#####################################################################
|
|
|
|
|
2020-09-22 08:16:58 +00:00
|
|
|
qt_internal_add_test(tst_qsqlquery
|
2019-11-12 17:23:28 +00:00
|
|
|
SOURCES
|
|
|
|
tst_qsqlquery.cpp
|
2022-07-25 15:50:38 +00:00
|
|
|
LIBRARIES
|
2020-02-12 09:24:49 +00:00
|
|
|
Qt::CorePrivate
|
2019-11-12 17:23:28 +00:00
|
|
|
Qt::Sql
|
2020-02-12 09:24:49 +00:00
|
|
|
Qt::SqlPrivate
|
2018-11-02 13:27:57 +00:00
|
|
|
)
|