summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/qwebengineprofile/CMakeLists.txt
blob: 744f44405158c78a61b0441c23ebc33720b5eca7 (plain)
1
2
3
4
5
6
7
8
9
10
11
include(../../httpserver/httpserver.cmake)
include(../../util/util.cmake)

qt_internal_add_test(tst_qwebengineprofile
    SOURCES
        tst_qwebengineprofile.cpp
    LIBRARIES
        Qt::WebEngineWidgets
        Test::HttpServer
        Test::Util
)