From 24a9da81dfa9563be87abd5667389f42c3c950e4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Pouiller?= Date: Wed, 16 Jul 2014 18:05:07 +0200 Subject: [PATCH] qt5: Need pcre with UTF support MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Enabling PCRE16 is not enough for Qt5. PCREUTF is also necessary, else Qt5 may complain with this kind of (non fatal) message: QRegularExpressionPrivate::doMatch(): called on an invalid QRegularExpression object Signed-off-by: Jérôme Pouiller Signed-off-by: Thomas Petazzoni --- package/qt5/qt5base/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/qt5/qt5base/Config.in b/package/qt5/qt5base/Config.in index fe742f3f0f..b95a74ad98 100644 --- a/package/qt5/qt5base/Config.in +++ b/package/qt5/qt5base/Config.in @@ -3,6 +3,7 @@ config BR2_PACKAGE_QT5BASE select BR2_PACKAGE_ZLIB select BR2_PACKAGE_PCRE select BR2_PACKAGE_PCRE_16 + select BR2_PACKAGE_PCRE_UTF help Qt is a cross-platform application and UI framework for developers using C++. -- 2.30.2