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.txt3
1 files changed, 3 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..5268d53c8b
--- /dev/null
+++ b/tests/manual/wasm/a11y/CMakeLists.txt
@@ -0,0 +1,3 @@
+if(QT_FEATURE_widgets)
+add_subdirectory(basic_widgets)
+endif()