aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJarkko Koivikko <jarkko.koivikko@code-q.fi>2023-11-21 12:23:51 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-11-22 09:29:30 +0000
commit2e8dbd33c8ccf9ce526389a5867d18fe8b8b6603 (patch)
tree197b99e58f831baa32bb72891d88a94ead79d74f
parent2795b3c548f84a4f532ef7f1a2849eff54ddb319 (diff)
Fix VirtualKeyboard attached properties (amend)
Commit 003d38bc86a88178f704c0cee3592ee9800cbc04 was missing the line which enables the newly added auto test. Task-number: QTBUG-118565 Change-Id: I642d58cb15aaf78215613be6ff18fd06eed2df9c Reviewed-by: Mitch Curtis <mitch.curtis@qt.io> (cherry picked from commit 5d9b3a10b0e0634985f6f092150c932779d3117a) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--tests/auto/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/CMakeLists.txt b/tests/auto/CMakeLists.txt
index 109e387d..c32b7958 100644
--- a/tests/auto/CMakeLists.txt
+++ b/tests/auto/CMakeLists.txt
@@ -13,3 +13,4 @@ add_subdirectory(layoutresources)
# add_subdirectory(cmake) # special case
add_subdirectory(dictionarymanager)
add_subdirectory(shadowinput)
+add_subdirectory(virtualkeyboardattached)