qt5: Need pcre with UTF support
authorJérôme Pouiller <jezz@sysmic.org>
Wed, 16 Jul 2014 16:05:07 +0000 (18:05 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 27 Jul 2014 20:54:32 +0000 (22:54 +0200)
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>
package/qt5/qt5base/Config.in

index fe742f3f0f18eccf0d2038ea9c409b484baaee45..b95a74ad983f09fbf11b27e703a22120f163fc50 100644 (file)
@@ -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++.