summaryrefslogtreecommitdiffstats
path: root/tests/auto/sql/kernel/qsqlquery/CMakeLists.txt
blob: 5c357656794ea43016faac412d9368366e7c4ea4 (plain)
1
2
3
4
5
6
add_qt_test(tst_qsqlquery
    SOURCES tst_qsqlquery.cpp
    LIBRARIES
        Qt::CorePrivate
        Qt::SqlPrivate
)