aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/core/ivigenerator/projects/org-example-echo-noannotation/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/core/ivigenerator/projects/org-example-echo-noannotation/CMakeLists.txt')
-rw-r--r--tests/auto/core/ivigenerator/projects/org-example-echo-noannotation/CMakeLists.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/auto/core/ivigenerator/projects/org-example-echo-noannotation/CMakeLists.txt b/tests/auto/core/ivigenerator/projects/org-example-echo-noannotation/CMakeLists.txt
new file mode 100644
index 0000000..7ec5217
--- /dev/null
+++ b/tests/auto/core/ivigenerator/projects/org-example-echo-noannotation/CMakeLists.txt
@@ -0,0 +1,10 @@
+# Generated from org-example-echo-noannotation.pro.
+
+add_subdirectory(frontend)
+add_subdirectory(qmlplugin)
+add_subdirectory(backend_simulator)
+add_subdirectory(test)
+if(QT_FEATURE_remoteobjects)
+ add_subdirectory(backend_qtro)
+ add_subdirectory(simulation_server_qtro)
+endif()