summaryrefslogtreecommitdiffstats
path: root/src/webenginequick/testsupport/CMakeLists.txt
blob: 7058a6029405be072c891d9de877fb7f2fb010af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
qt_internal_add_qml_module(WebEngineTestSupport
    ${configureMode}
    URI "QtWebEngine.testsupport"
    VERSION "${PROJECT_VERSION}"
    CLASS_NAME QtWebEngineTestSupportPlugin
    PLUGIN_TARGET qtwebenginetestsupportplugin
    NO_PLUGIN_OPTIONAL
    SOURCES
        qquickwebenginetestsupport.cpp qquickwebenginetestsupport_p.h
    DEFINES
        QT_BUILD_WEBENGINEQUICK_TESTSUPPORT_LIB
    LIBRARIES
        Qt::GuiPrivate
        Qt::Qml
        Qt::TestPrivate
        Qt::WebEngineCore
)
make_install_only(WebEngineTestSupport)
make_install_only(qtwebenginetestsupportplugin)