summaryrefslogtreecommitdiffstats
path: root/package/qt5
diff options
context:
space:
mode:
authorJérôme Pouiller <jezz@sysmic.org>2014-07-16 18:05:07 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-07-27 22:54:32 +0200
commit24a9da81dfa9563be87abd5667389f42c3c950e4 (patch)
tree2518b47260c5e2c1fa4ee90e1efa406af98ec13c /package/qt5
parent4952dddbf987ec587766047646b026662c76165e (diff)
downloadbuildroot-24a9da81dfa9563be87abd5667389f42c3c950e4.tar.gz
buildroot-24a9da81dfa9563be87abd5667389f42c3c950e4.zip
qt5: Need pcre with UTF support
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 <jezz@sysmic.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/qt5')
-rw-r--r--package/qt5/qt5base/Config.in1
1 files changed, 1 insertions, 0 deletions
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++.
OpenPOWER on IntegriCloud