summaryrefslogtreecommitdiffstats
path: root/tests/auto/core/qwebenginesettings/CMakeLists.txt
blob: 7f8b49d1b32d44f990574199cd82b3d83691ffd1 (plain)
1
2
3
4
5
6
7
8
9
include(../../util/util.cmake)

qt_internal_add_test(tst_qwebenginesettings
    SOURCES
        tst_qwebenginesettings.cpp
    LIBRARIES
        Qt::WebEngineCore
        Test::Util
)