summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAlexey Edelev <alexey.edelev@qt.io>2021-06-22 10:37:10 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-06-22 11:08:23 +0000
commitbfd1893a06ee08934bf3a3a1d7c800b2a5d99dc3 (patch)
tree9f43dda1b212140625ed9f1fd4f795e3eac0a12c /tests
parent1274a7bef6c3a43d9ad5aa6e8efe4e65539ee507 (diff)
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. Fixes: QTBUG-94613 Change-Id: Ibd82436ec18f217f965168ac6a262032c033483d Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit 8e7a396db047f617c3629ef768729d98e3604dc0) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'tests')
-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
)