summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/certificateerror/CMakeLists.txt
blob: df40edd86eb4dd561d71d4e5af0a0004a1c399da (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
26
include(../../httpserver/httpserver.cmake)
include(../../util/util.cmake)

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

set(certificateerror_resource_files
    "resources/server.pem"
    "resources/server.key"
    "WebView.qml"
)

qt_internal_add_resource(tst_certificateerror_quick "certificateerror"
    PREFIX
        "/"
    FILES
        ${certificateerror_resource_files}
)