aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@qt.io>2023-10-23 15:36:02 +0200
committerEdward Welbourne <edward.welbourne@qt.io>2023-10-24 18:44:54 +0200
commitd7184f96da13f689f9d81fc955a60875e8f6b7a7 (patch)
tree40c5c848edf9efbc7cbe5cfdec72138a80a16eb3 /tests/manual
parent9343e06fc9c87437070ce9a7b2dfe079ad7ae07e (diff)
Fix manual test builds following addition of wasm/ subdir
Amends commit 4f88841b29ab5f72c13050f78bb34aeffb1f6079 to add the missing intermediate CMakeLists.txt files to link up the top-level tests/manual/ one to its wasm/a11y/qml_basic_item/ sub-dir. Change-Id: Icd60f947079ba3784493392b9687e10ccd5f9d02 Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
Diffstat (limited to 'tests/manual')
-rw-r--r--tests/manual/wasm/CMakeLists.txt1
-rw-r--r--tests/manual/wasm/a11y/CMakeLists.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/manual/wasm/CMakeLists.txt b/tests/manual/wasm/CMakeLists.txt
new file mode 100644
index 0000000000..880bab9cd1
--- /dev/null
+++ b/tests/manual/wasm/CMakeLists.txt
@@ -0,0 +1 @@
+add_subdirectory(a11y)
diff --git a/tests/manual/wasm/a11y/CMakeLists.txt b/tests/manual/wasm/a11y/CMakeLists.txt
new file mode 100644
index 0000000000..f769bfb83f
--- /dev/null
+++ b/tests/manual/wasm/a11y/CMakeLists.txt
@@ -0,0 +1 @@
+add_subdirectory(qml_basic_item)