qtcurve: fix for qt5-5.15.0; needs gettext in host

This commit is contained in:
Jürgen Buchmüller 2020-07-25 11:08:31 +02:00
parent 283b4b0216
commit c19417733e
2 changed files with 12 additions and 2 deletions

View file

@ -0,0 +1,10 @@
--- qt5/style/qtcurve.h 2017-06-03 21:16:00.000000000 +0200
+++ qt5/style/qtcurve.h 2020-07-25 11:06:21.935263927 +0200
@@ -32,6 +32,7 @@
#include <QColor>
#include <QFont>
#include <QStyleOption>
+#include <QPainterPath>
#include <QtGlobal>
#include <QCommonStyle>
#ifdef QTC_QT5_ENABLE_KDE

View file

@ -4,8 +4,8 @@ version=1.9.1
revision=3
build_style=cmake
configure_args="-DENABLE_QT4=OFF"
hostmakedepends="pkg-config extra-cmake-modules perl qt5-qmake qt5-host-tools
kcoreaddons gdk-pixbuf-devel"
hostmakedepends="gettext pkg-config extra-cmake-modules perl
qt5-qmake qt5-host-tools kcoreaddons gdk-pixbuf-devel"
makedepends="libxcb-devel libX11-devel qt5-devel gtk+-devel
qt5-svg-devel qt5-x11extras-devel frameworkintegration-devel
ki18n-devel kdelibs4support-devel"