summaryrefslogtreecommitdiffstats
path: root/tests/manual/qmlvolume
diff options
context:
space:
mode:
authorTomi Korpipaa <tomi.korpipaa@qt.io>2023-06-14 12:20:58 +0300
committerTomi Korpipaa <tomi.korpipaa@qt.io>2023-06-15 11:30:01 +0300
commitd48ac8b38a080b24f88eb80c43c5d98f96f87e5c (patch)
tree024d3768e87a3207dfdc4e500c34d402a9f7b5d2 /tests/manual/qmlvolume
parentc0f6506eda7ebd7f61f7c03b6d9a59cc530a7116 (diff)
Fix manual test build for QML tests
Pick-to: 6.6 Change-Id: Idffe450b9e567aa70d3ce8e42fa8ebe0f63e9760 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Diffstat (limited to 'tests/manual/qmlvolume')
-rw-r--r--tests/manual/qmlvolume/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/manual/qmlvolume/CMakeLists.txt b/tests/manual/qmlvolume/CMakeLists.txt
index 649f9125..5a0e446a 100644
--- a/tests/manual/qmlvolume/CMakeLists.txt
+++ b/tests/manual/qmlvolume/CMakeLists.txt
@@ -11,6 +11,8 @@ qt_internal_add_manual_test(qmlvolume
)
target_link_libraries(qmlvolume PUBLIC
Qt::Gui
+ Qt::Qml
+ Qt::Quick
Qt::DataVisualization
)