diff options
author | Simon Hausmann <simon.hausmann@qt.io> | 2019-05-09 11:31:25 +0200 |
---|---|---|
committer | Simon Hausmann <simon.hausmann@qt.io> | 2019-05-09 11:31:25 +0200 |
commit | 1e2671435fb828f088e6ca034a8724991907389f (patch) | |
tree | cc8a50d20dfd2782ef9a36e1386de198b86bc620 /tests/auto/linguist | |
parent | 966df461f6e90b6fb996f037b94e606ee9954522 (diff) | |
download | qttools-1e2671435fb828f088e6ca034a8724991907389f.tar.gz |
Test that extraction of translations works from .qrc files with QtQuickCompiler
After commit f01e72a82b59c214ce4b0a6ecefb604bc66ddd3e in qtdeclarative,
we can test this scenario now.
Task-number: QTBUG-75501
Change-Id: I64baa98da6b17c24b1e309c4dc93525a4fa8d057
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'tests/auto/linguist')
-rw-r--r-- | tests/auto/linguist/lupdate/testdata/good/parseqrc/project.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/linguist/lupdate/testdata/good/parseqrc/project.pro b/tests/auto/linguist/lupdate/testdata/good/parseqrc/project.pro index 5000c7396..0dbc9e9d0 100644 --- a/tests/auto/linguist/lupdate/testdata/good/parseqrc/project.pro +++ b/tests/auto/linguist/lupdate/testdata/good/parseqrc/project.pro @@ -5,3 +5,5 @@ RESOURCES += project.qrc RESOURCES += main.qml TRANSLATIONS = project.ts + +CONFIG += qtquickcompiler |