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

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

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