kensington 15/04/02 14:06:37 Added: qca-2.1.0.3-qt55.patch Log: Backport patch from upstream to solve build failure with Qt 5.5 wrt bug #543622. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Revision Changes Path 1.1 app-crypt/qca/files/qca-2.1.0.3-qt55.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/qca/files/qca-2.1.0.3-qt55.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/qca/files/qca-2.1.0.3-qt55.patch?rev=1.1&content-type=text/plain Index: qca-2.1.0.3-qt55.patch =================================================================== >From 7207e6285e932044cd66d49d0dc484666cfb0092 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan <[email protected]> Date: Sat, 17 Jan 2015 20:12:18 +0100 Subject: [PATCH] Add missing QIODevice include Fixes build with Qt 5.5 --- include/QtCrypto/qca_basic.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/QtCrypto/qca_basic.h b/include/QtCrypto/qca_basic.h index 42808c5..e0c6cbb 100644 --- a/include/QtCrypto/qca_basic.h +++ b/include/QtCrypto/qca_basic.h @@ -35,6 +35,8 @@ #include "qca_core.h" +#include <QIODevice> + // Qt5 comes with QStringLiteral for wrapping string literals, which Qt4 does // not have. It is needed if the headers are built with QT_NO_CAST_FROM_ASCII. // Defining it here as QString::fromUtf8 for convenience. -- 2.0.5
