aboutsummaryrefslogtreecommitdiff
path: root/www/falkon
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2020-04-04 13:13:24 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2020-04-04 13:13:24 +0000
commit5dfb2d7247b96885d9820367dc827c28aa88fa7d (patch)
tree27c1a7bb5e265754937fcb2f928e9d39a0098c5d /www/falkon
parenteeee6534ff32da51c9c39934aeab2b60b1b34f7b (diff)
downloadports-5dfb2d7247b96885d9820367dc827c28aa88fa7d.tar.gz
ports-5dfb2d7247b96885d9820367dc827c28aa88fa7d.zip
www/falkon: Prepare for Qt5-5.14
PR: 244964
Notes
Notes: svn path=/head/; revision=530657
Diffstat (limited to 'www/falkon')
-rw-r--r--www/falkon/files/patch-src_plugins_VerticalTabs_verticaltabsplugin.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/www/falkon/files/patch-src_plugins_VerticalTabs_verticaltabsplugin.cpp b/www/falkon/files/patch-src_plugins_VerticalTabs_verticaltabsplugin.cpp
new file mode 100644
index 000000000000..d5ee4e738208
--- /dev/null
+++ b/www/falkon/files/patch-src_plugins_VerticalTabs_verticaltabsplugin.cpp
@@ -0,0 +1,12 @@
+Fix with Qt5-5.14
+
+--- src/plugins/VerticalTabs/verticaltabsplugin.cpp.orig 2020-04-04 13:09:12 UTC
++++ src/plugins/VerticalTabs/verticaltabsplugin.cpp
+@@ -30,6 +30,7 @@
+ #include "../config.h"
+ #include "desktopfile.h"
+
++#include <QFile>
+ #include <QSettings>
+
+ VerticalTabsPlugin::VerticalTabsPlugin()