summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/dialogs/CMakeLists.txt
blob: b7f088f0d1ef5a79b31df676d3269ded30313b23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
include(../../httpserver/httpserver.cmake)
include(../../util/util.cmake)

qt_internal_add_test(tst_dialogs
    SOURCES
        testhandler.cpp testhandler.h
        tst_dialogs.cpp
    LIBRARIES
        Qt::CorePrivate
        Qt::WebEngineQuickPrivate
        Test::HttpServer
        Test::Util
)

set(dialogs_resource_files
    "WebView.qml"
    "index.html"
)

qt_internal_add_resource(tst_dialogs "dialogs"
    PREFIX
        "/"
    FILES
        ${dialogs_resource_files}
)