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

#####################################################################
## tst_qsqlresult Test:
#####################################################################

add_qt_test(tst_qsqlresult
    SOURCES
        testsqldriver.h
        tst_qsqlresult.cpp
    LIBRARIES
        Qt::CorePrivate
        Qt::SqlPrivate
    PUBLIC_LIBRARIES
        Qt::Sql
)