summaryrefslogtreecommitdiffstats
path: root/src/webenginewidgets/webenginewidgets.pro
blob: 37a0763079a940c1511c4a8fb8f4ec88a95fb630 (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
35
36
TARGET = QtWebEngineWidgets

CMAKE_MODULE_TESTS = "-"

# For our export macros
DEFINES += QT_BUILD_WEBENGINEWIDGETS_LIB

QT += webengine widgets network quick
QT_PRIVATE += webenginecore widgets-private quick-private gui-private network-private core-private

QMAKE_DOCS = $$PWD/doc/qtwebenginewidgets.qdocconf

INCLUDEPATH += $$PWD api ../core ../webengine/api

SOURCES = \
        api/qtwebenginewidgetsglobal.cpp \
        api/qwebenginecertificateerror.cpp \
        api/qwebenginehistory.cpp \
        api/qwebenginepage.cpp \
        api/qwebenginesettings.cpp \
        api/qwebengineview.cpp\
        render_widget_host_view_qt_delegate_widget.cpp

HEADERS = \
        api/qtwebenginewidgetsglobal.h \
        api/qwebenginecertificateerror.h \
        api/qwebenginehistory.h \
        api/qwebenginepage.h \
        api/qwebenginepage_p.h \
        api/qwebenginesettings.h \
        api/qwebenginesettings_p.h \
        api/qwebengineview.h \
        api/qwebengineview_p.h \
        render_widget_host_view_qt_delegate_widget.h

load(qt_module)