summaryrefslogtreecommitdiff
path: root/libre/qtcreator/libre.patch.new
diff options
context:
space:
mode:
authoroaken-source <oaken-source@parabola.nu>2019-10-26 15:08:28 +0200
committeroaken-source <oaken-source@parabola.nu>2019-10-26 15:08:28 +0200
commitf238cbfec2a2b0ea311880c22c41986e0496dd35 (patch)
tree384056fb138f4f74d7cc5478c4b36ff7b7e758ba /libre/qtcreator/libre.patch.new
parent9e0596d15f3e8c9d418edadf609ab72999864f2b (diff)
downloadabslibre-f238cbfec2a2b0ea311880c22c41986e0496dd35.tar.gz
abslibre-f238cbfec2a2b0ea311880c22c41986e0496dd35.tar.bz2
abslibre-f238cbfec2a2b0ea311880c22c41986e0496dd35.zip
libre/qtcreator: updated
Diffstat (limited to 'libre/qtcreator/libre.patch.new')
-rw-r--r--libre/qtcreator/libre.patch.new35
1 files changed, 0 insertions, 35 deletions
diff --git a/libre/qtcreator/libre.patch.new b/libre/qtcreator/libre.patch.new
deleted file mode 100644
index 03c40136f..000000000
--- a/libre/qtcreator/libre.patch.new
+++ /dev/null
@@ -1,35 +0,0 @@
-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"),