summaryrefslogtreecommitdiffstats
path: root/tests/auto/sql/kernel/qsqlquery/CMakeLists.txt
blob: 8b2ff37644bf9b2a01d0e115d016af1bad9adedc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Generated from qsqlquery.pro.

#####################################################################
## tst_qsqlquery Test:
#####################################################################

qt_add_test(tst_qsqlquery
    SOURCES
        tst_qsqlquery.cpp
    PUBLIC_LIBRARIES
        Qt::CorePrivate
        Qt::Sql
        Qt::SqlPrivate
)