diff options
author | Robert Griebl <robert.griebl@qt.io> | 2021-06-29 01:56:45 +0200 |
---|---|---|
committer | Robert Griebl <robert.griebl@qt.io> | 2021-06-30 14:36:57 +0200 |
commit | f4c512a152ef0bc3a47ad1887546cedcb818107c (patch) | |
tree | 0b2a52c6875f44b68766ef95a13b582c3cfd57f1 /tests/manual | |
parent | 3d8e2b1b864948032a25f8b4de055ec10492db11 (diff) | |
download | qtapplicationmanager-f4c512a152ef0bc3a47ad1887546cedcb818107c.tar.gz |
Fix the remaining broken auto and manual tests
Change-Id: Iab3e26757119c07f6c6fa70e252c152c72d61bc2
Reviewed-by: Dominik Holland <dominik.holland@qt.io>
Diffstat (limited to 'tests/manual')
-rw-r--r-- | tests/manual/monitormodel/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/manual/monitormodel/CMakeLists.txt b/tests/manual/monitormodel/CMakeLists.txt index e6fa5b92..e39041a2 100644 --- a/tests/manual/monitormodel/CMakeLists.txt +++ b/tests/manual/monitormodel/CMakeLists.txt @@ -1,2 +1,6 @@ # Generated from monitormodel.pro. +qt_am_internal_add_qml_test(tst_monitormodel + EXTRA_FILES PropertyField.qml SystemMonitorChart.qml + TEST_FILE main.qml +) |