summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/proxy/CMakeLists.txt
blob: 03af3c35f43da36617e58d67aee4fa26c40dfbaa (plain)
1
2
3
4
5
6
7
8
9
include(../../httpserver/httpserver.cmake)

qt_internal_add_test(tst_webengine_proxy
    SOURCES
        tst_proxy.cpp
    LIBRARIES
        Qt::WebEngineWidgets
       Test::HttpServer
)