summaryrefslogtreecommitdiffstats
path: root/tests/manual/wasm/eventloop/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/wasm/eventloop/CMakeLists.txt')
-rw-r--r--tests/manual/wasm/eventloop/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/manual/wasm/eventloop/CMakeLists.txt b/tests/manual/wasm/eventloop/CMakeLists.txt
new file mode 100644
index 0000000000..4dbb3cacf9
--- /dev/null
+++ b/tests/manual/wasm/eventloop/CMakeLists.txt
@@ -0,0 +1,5 @@
+add_subdirectory(main_exec)
+add_subdirectory(main_noexec)
+if(QT_FEATURE_widgets)
+add_subdirectory(dialog_exec)
+endif()