summaryrefslogtreecommitdiff
path: root/libre/qtcreator/libre.patch
blob: f567dd62ef577115c013de2cc3c72c0ab80843f2 (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
37
diff --git a/src/plugins/help/help.pro b/src/plugins/help/help.pro
index ffe71b6f1..a8d0bd72f 100644
--- a/src/plugins/help/help.pro
+++ b/src/plugins/help/help.pro
@@ -58,13 +58,6 @@ FORMS += docsettingspage.ui \
     generalsettingspage.ui \
     remotehelpfilter.ui
 
-!isEmpty(QT.webenginewidgets.name) {
-    QT += webenginewidgets
-    HEADERS += webenginehelpviewer.h
-    SOURCES += webenginehelpviewer.cpp
-    DEFINES += QTC_WEBENGINE_HELPVIEWER
-}
-
 osx {
     DEFINES += QTC_MAC_NATIVE_HELPVIEWER
     QT += macextras
diff --git a/src/plugins/qmakeprojectmanager/qtmodulesinfo.cpp b/src/plugins/qmakeprojectmanager/qtmodulesinfo.cpp
index a10899a2a..9ce2b463d 100644
--- a/src/plugins/qmakeprojectmanager/qtmodulesinfo.cpp
+++ b/src/plugins/qmakeprojectmanager/qtmodulesinfo.cpp
@@ -93,14 +93,6 @@ static inline QVector<const item*> itemVector()
             QLatin1String("QtSvg"),
             QCoreApplication::translate("QtModulesInfo", "Classes for displaying the contents of SVG files"),
             false},
-        {"webengine",
-            QLatin1String("QtWebEngine"),
-                    QCoreApplication::translate("QtModulesInfo", "Classes for displaying and editing Web content using Chromium backend"),
-                    false},
-        {"webenginewidgets",
-            QLatin1String("QtWebEngineWidgets"),
-                    QCoreApplication::translate("QtModulesInfo", "WebEngine and QWidget-based classes using Chromium backend"),
-                    false},
         {"webkit",
             QLatin1String("QtWebKit"),
             QCoreApplication::translate("QtModulesInfo", "Classes for displaying and editing Web content"),