summaryrefslogtreecommitdiff
path: root/tests/auto/linguist
diff options
context:
space:
mode:
authorAlexey Edelev <alexey.edelev@qt.io>2021-06-22 10:37:10 +0200
committerAlexey Edelev <alexey.edelev@qt.io>2021-06-22 12:13:53 +0200
commit8e7a396db047f617c3629ef768729d98e3604dc0 (patch)
tree36ea2375ba5e390aff788bdd4622b3dbb3eaeeff /tests/auto/linguist
parent5ca131f1254c261c8711a1d677333e98c6fb92b9 (diff)
downloadqttools-8e7a396db047f617c3629ef768729d98e3604dc0.tar.gz
Fix the name of Tools module in tests
The name of internal Tools module remain untouched. Need to remove the 'Private' suffix where it's used. Pick-to: 6.2 Fixes: QTBUG-94613 Change-Id: Ibd82436ec18f217f965168ac6a262032c033483d Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'tests/auto/linguist')
-rw-r--r--tests/auto/linguist/lupdate/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/linguist/lupdate/CMakeLists.txt b/tests/auto/linguist/lupdate/CMakeLists.txt
index abdd1aedd..3342fb7d4 100644
--- a/tests/auto/linguist/lupdate/CMakeLists.txt
+++ b/tests/auto/linguist/lupdate/CMakeLists.txt
@@ -15,7 +15,7 @@ qt_internal_add_test(tst_lupdate
SOURCES
tst_lupdate.cpp
LIBRARIES
- Qt::ToolsPrivate
+ Qt::Tools
Qt::CorePrivate
)