aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pro
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2020-02-11 09:47:12 +0100
committerAndy Shaw <andy.shaw@qt.io>2020-03-05 07:52:21 +0100
commit814682bb9a5c9ccaff30662dd757cd827f39aad0 (patch)
treed956947d620da0bded609556bd577157f33078b3 /tests/auto/auto.pro
parent20c35f9a2b5fd970d43efc98c324e1e4c9dd153d (diff)
Update the current text after a translator is installed
This ensures that if the model is updated due to a retranslate that it gets the updated string and the ComboBox shows it correctly. Change-Id: Iecbc18a1051d6db13035b3efa393d9bf97788dd9 Fixes: QTBUG-82020 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r--tests/auto/auto.pro6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index 853c84a8..6059cf7b 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -30,7 +30,5 @@ SUBDIRS += \
qquickuniversalstyleconf \
revisions \
sanity \
- snippets
-
-# Requires lrelease, which isn't always available in CI.
-qtHaveModule(tools): translation
+ snippets \
+ translation