From e554ab4585e0c674eb9e513eb44a719acace4740 Mon Sep 17 00:00:00 2001 From: Rafael Roquetto Date: Thu, 6 Jun 2013 15:40:12 -0300 Subject: BlackBerry: fix tst_QLocale::emptyCtor() BlackBerry OS does not allow for explicitly controlling the locale through the "LANG" environment variable. Locale is controlled by the underlying PPS Service instead. Change-Id: I22154e39f81a9467ad7fdb90a042396390398b1b Reviewed-by: Konstantin Ritt Reviewed-by: Kevin Krammer Reviewed-by: Friedemann Kleint Reviewed-by: Mehdi Fekari --- tests/auto/corelib/tools/qlocale/test/test.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/auto/corelib/tools/qlocale/test/test.pro') diff --git a/tests/auto/corelib/tools/qlocale/test/test.pro b/tests/auto/corelib/tools/qlocale/test/test.pro index 4002a5c5ea..66a968b7c3 100644 --- a/tests/auto/corelib/tools/qlocale/test/test.pro +++ b/tests/auto/corelib/tools/qlocale/test/test.pro @@ -18,3 +18,4 @@ TEST_HELPER_INSTALLS = ../syslocaleapp/syslocaleapp win32:CONFIG+= insignificant_test # QTBUG-25284 DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 +blackberry:LIBS += -lpps -- cgit v1.2.3