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

#####################################################################
## tst_qsqlthread Test:
#####################################################################

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