summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/uidelegates/CMakeLists.txt
blob: d8699ccfc6385bfef840387f4be939fd86c842aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include(../../httpserver/httpserver.cmake)
include(../../util/util.cmake)

qt_internal_add_test(tst_uidelegates
    SOURCES
        tst_uidelegates.cpp
    LIBRARIES
        Qt::WebEngineCorePrivate
        Qt::WebEngineQuick
        Qt::GuiPrivate
        Qt::WebEngineQuickPrivate
        Test::HttpServer
        Test::Util
)