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

#####################################################################
## tst_qsqltablemodel Test:
#####################################################################

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