diff options
| -rw-r--r-- | tests/auto/qml/qmlformat/CMakeLists.txt | 2 |
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: ##################################################################### |
