aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlformat
diff options
context:
space:
mode:
authorSami Shalayel <sami.shalayel@qt.io>2023-03-15 15:30:18 +0100
committerFabian Kosmale <fabian.kosmale@qt.io>2023-03-30 10:31:31 +0000
commitc63c25f616315e45e7ffc60e6be5764cd8f0a3a4 (patch)
tree92c3c50213d3e5a78d699f716c16539265a601dd /tests/auto/qml/qmlformat
parent332cd09106f216053fcbc21b4cdbfe836b42c470 (diff)
tst_qmlformat: add missing test dependency
Add qmlformat dependency to tst_qmlformat, otherwise a freshly rebuilt tst_qmlformat will reuse an out-dated qmlformat. Change-Id: Ic783a81444f789eb2f94b30d831ec8aa3b0f50f3 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'tests/auto/qml/qmlformat')
-rw-r--r--tests/auto/qml/qmlformat/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qml/qmlformat/CMakeLists.txt b/tests/auto/qml/qmlformat/CMakeLists.txt
index 2c908a9190..7974a391f9 100644
--- a/tests/auto/qml/qmlformat/CMakeLists.txt
+++ b/tests/auto/qml/qmlformat/CMakeLists.txt
@@ -26,6 +26,8 @@ qt_internal_add_test(tst_qmlformat
TESTDATA ${test_data}
)
+add_dependencies(tst_qmlformat Qt::qmlformat)
+
## Scopes:
#####################################################################