summaryrefslogtreecommitdiff
path: root/tests/auto/core/ivigenerator/projects/include-test/include-test.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/core/ivigenerator/projects/include-test/include-test.pro')
-rw-r--r--tests/auto/core/ivigenerator/projects/include-test/include-test.pro22
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/auto/core/ivigenerator/projects/include-test/include-test.pro b/tests/auto/core/ivigenerator/projects/include-test/include-test.pro
new file mode 100644
index 0000000..3febe98
--- /dev/null
+++ b/tests/auto/core/ivigenerator/projects/include-test/include-test.pro
@@ -0,0 +1,22 @@
+TEMPLATE = subdirs
+
+SUBDIRS = common \
+ frontend \
+ qmlplugin \
+ backend_simulator \
+ test \
+
+frontend.depends = common
+backend_simulator.depends = frontend
+test.depends = frontend
+qmlplugin.depends = frontend
+
+QT_FOR_CONFIG += ivicore
+
+qtConfig(remoteobjects) {
+ SUBDIRS += backend_qtro \
+ simulation_server_qtro
+
+ backend_qtro.depends = frontend
+ simulation_server_qtro.depends = frontend
+}