summaryrefslogtreecommitdiffstats
path: root/tests/shared
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shared')
-rw-r--r--tests/shared/localechange.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/shared/localechange.h b/tests/shared/localechange.h
index 9b6deaa29d..59d2feebc4 100644
--- a/tests/shared/localechange.h
+++ b/tests/shared/localechange.h
@@ -65,7 +65,7 @@ namespace QTestLocaleChange {
#define CASE(cat) case cat: return #cat
CASE(LC_ALL); CASE(LC_NUMERIC); CASE(LC_TIME); CASE(LC_MONETARY);
CASE(LC_MESSAGES); CASE(LC_COLLATE);
-#if !defined(Q_OS_QNX) && !defined(Q_OS_INTEGRITY)
+#ifdef LC_MEASUREMENT
CASE(LC_MEASUREMENT);
#endif
#undef CASE