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

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

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