summaryrefslogtreecommitdiffstats
path: root/tests/manual/wasm/a11y/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/wasm/a11y/CMakeLists.txt')
-rw-r--r--tests/manual/wasm/a11y/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/manual/wasm/a11y/CMakeLists.txt b/tests/manual/wasm/a11y/CMakeLists.txt
new file mode 100644
index 0000000000..dee39e1f5f
--- /dev/null
+++ b/tests/manual/wasm/a11y/CMakeLists.txt
@@ -0,0 +1,5 @@
+# Copyright (C) 2024 The Qt Company Ltd.
+# SPDX-License-Identifier: BSD-3-Clause
+if(QT_FEATURE_widgets)
+add_subdirectory(basic_widgets)
+endif()