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

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