summaryrefslogtreecommitdiffstats
path: root/src/webenginequick/plugin/CMakeLists.txt
blob: 10a6c4d875ae141447443acbae2415f2c05a4e7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
qt_internal_add_qml_module(qtwebengineplugin
    URI "QtWebEngine"
    VERSION "${PROJECT_VERSION}"
    CLASSNAME QtWebEnginePlugin
    SKIP_TYPE_REGISTRATION
    SOURCES
        plugin.cpp
    LIBRARIES
        Qt::CorePrivate
        Qt::WebEngineCorePrivate
        Qt::WebEngineQuickPrivate
)
make_install_only(qtwebengineplugin)