falkon: fix build w/ qt5-5.14.2
This commit is contained in:
parent
c13514a34b
commit
0877ed9ab1
|
@ -0,0 +1,10 @@
|
||||||
|
--- src/plugins/VerticalTabs/verticaltabsplugin.cpp 2019-03-19 19:06:45.000000000 +0100
|
||||||
|
+++ src/plugins/VerticalTabs/verticaltabsplugin.cpp 2020-04-04 16:13:30.073076918 +0200
|
||||||
|
@@ -30,6 +30,7 @@
|
||||||
|
#include "../config.h"
|
||||||
|
#include "desktopfile.h"
|
||||||
|
|
||||||
|
+#include <QFile>
|
||||||
|
#include <QSettings>
|
||||||
|
|
||||||
|
VerticalTabsPlugin::VerticalTabsPlugin()
|
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'falkon'
|
# Template file for 'falkon'
|
||||||
pkgname=falkon
|
pkgname=falkon
|
||||||
version=3.1.0
|
version=3.1.0
|
||||||
revision=2
|
revision=3
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="extra-cmake-modules pkg-config qt5-qmake qt5-host-tools python3
|
hostmakedepends="extra-cmake-modules gettext pkg-config
|
||||||
kcoreaddons"
|
qt5-qmake qt5-host-tools python3 kcoreaddons"
|
||||||
makedepends="qt5-devel qt5-plugin-mysql qt5-plugin-odbc qt5-plugin-pgsql
|
makedepends="qt5-devel qt5-plugin-mysql qt5-plugin-odbc qt5-plugin-pgsql
|
||||||
qt5-plugin-sqlite qt5-plugin-tds qt5-declarative-devel qt5-webchannel-devel
|
qt5-plugin-sqlite qt5-plugin-tds qt5-declarative-devel qt5-webchannel-devel
|
||||||
qt5-webengine-devel qt5-location-devel qt5-x11extras-devel qt5-tools-devel
|
qt5-webengine-devel qt5-location-devel qt5-x11extras-devel qt5-tools-devel
|
||||||
|
|
Loading…
Reference in New Issue