summaryrefslogtreecommitdiff
path: root/src/designer/src/plugins/qwebview/CMakeLists.txt
blob: 120c9dcf3a8d6d6462eb166489bf8f95e23b3f75 (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
27
28
29
30
31
32
33
34
# Generated from qwebview.pro.

#####################################################################
## qwebview Plugin:
#####################################################################

qt_add_plugin(qwebview
    TYPE designer
    CLASS_NAME QWebViewPlugin
    SOURCES
        qwebview_plugin.cpp qwebview_plugin.h
    PUBLIC_LIBRARIES
        Qt::Core
        Qt::Designer
        Qt::Gui
        Qt::Widgets
        webkitwidgets
)

# Resources:
set(qwebview_plugin_resource_files
    "images/qwebview.png"
)

qt_add_resource(qwebview "qwebview_plugin"
    PREFIX
        "/qt-project.org/qwebview"
    FILES
        ${qwebview_plugin_resource_files}
)


#### Keys ignored in scope 1:.:.:qwebview.pro:<TRUE>:
# OTHER_FILES = "qwebview.json"