Browse Source

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>
Jérôme Pouiller 11 years ago
parent
commit
24a9da81df
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/qt5/qt5base/Config.in

+ 1 - 0
package/qt5/qt5base/Config.in

@@ -3,6 +3,7 @@ config BR2_PACKAGE_QT5BASE
 	select BR2_PACKAGE_ZLIB
 	select BR2_PACKAGE_ZLIB
 	select BR2_PACKAGE_PCRE
 	select BR2_PACKAGE_PCRE
 	select BR2_PACKAGE_PCRE_16
 	select BR2_PACKAGE_PCRE_16
+	select BR2_PACKAGE_PCRE_UTF
 	help
 	help
 	  Qt is a cross-platform application and UI framework for
 	  Qt is a cross-platform application and UI framework for
 	  developers using C++.
 	  developers using C++.