summaryrefslogtreecommitdiff
path: root/libre/qtcreator/libre.patch.new
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2019-03-29 08:30:07 +0100
committerAndreas Grapentin <andreas@grapentin.org>2019-03-29 08:30:07 +0100
commit58aca5610d21eed65ac4ee4b5f44d2298cf8f886 (patch)
tree6ef63985709325fb0750b73fba0b6ed56c861741 /libre/qtcreator/libre.patch.new
parent7b7b2ff2f189b8c48a8299f4972a9f2cfd9f91d9 (diff)
downloadabslibre-58aca5610d21eed65ac4ee4b5f44d2298cf8f886.tar.gz
abslibre-58aca5610d21eed65ac4ee4b5f44d2298cf8f886.tar.bz2
abslibre-58aca5610d21eed65ac4ee4b5f44d2298cf8f886.zip
libre/qtcreator: updated to 4.8.2
Diffstat (limited to 'libre/qtcreator/libre.patch.new')
-rw-r--r--libre/qtcreator/libre.patch.new35
1 files changed, 35 insertions, 0 deletions
diff --git a/libre/qtcreator/libre.patch.new b/libre/qtcreator/libre.patch.new
new file mode 100644
index 000000000..03c40136f
--- /dev/null
+++ b/libre/qtcreator/libre.patch.new
@@ -0,0 +1,35 @@
+diff -rupN qt-creator-opensource-src-4.8.2/src/plugins/help/help.pro qt-creator-opensource-src-4.8.2.new/src/plugins/help/help.pro
+--- qt-creator-opensource-src-4.8.2/src/plugins/help/help.pro 2019-02-28 12:11:27.000000000 +0100
++++ qt-creator-opensource-src-4.8.2.new/src/plugins/help/help.pro 2019-03-21 18:56:01.591134301 +0100
+@@ -60,13 +60,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 -rupN qt-creator-opensource-src-4.8.2/src/plugins/qmakeprojectmanager/qtmodulesinfo.cpp qt-creator-opensource-src-4.8.2.new/src/plugins/qmakeprojectmanager/qtmodulesinfo.cpp
+--- qt-creator-opensource-src-4.8.2/src/plugins/qmakeprojectmanager/qtmodulesinfo.cpp 2019-02-28 12:11:27.000000000 +0100
++++ qt-creator-opensource-src-4.8.2.new/src/plugins/qmakeprojectmanager/qtmodulesinfo.cpp 2019-03-21 18:56:01.591134301 +0100
+@@ -93,14 +93,6 @@ static inline QVector<const item*> itemV
+ 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"),