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

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

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