aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/core/ivigenerator/projects/org-example-echo-noannotation
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/core/ivigenerator/projects/org-example-echo-noannotation')
-rw-r--r--tests/auto/core/ivigenerator/projects/org-example-echo-noannotation/CMakeLists.txt10
-rw-r--r--tests/auto/core/ivigenerator/projects/org-example-echo-noannotation/backend_qtro/CMakeLists.txt25
-rw-r--r--tests/auto/core/ivigenerator/projects/org-example-echo-noannotation/backend_simulator/CMakeLists.txt25
-rw-r--r--tests/auto/core/ivigenerator/projects/org-example-echo-noannotation/frontend/CMakeLists.txt28
-rw-r--r--tests/auto/core/ivigenerator/projects/org-example-echo-noannotation/qmlplugin/CMakeLists.txt22
-rw-r--r--tests/auto/core/ivigenerator/projects/org-example-echo-noannotation/simulation_server_qtro/CMakeLists.txt23
-rw-r--r--tests/auto/core/ivigenerator/projects/org-example-echo-noannotation/test/CMakeLists.txt21
7 files changed, 154 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()
diff --git a/tests/auto/core/ivigenerator/projects/org-example-echo-noannotation/backend_qtro/CMakeLists.txt b/tests/auto/core/ivigenerator/projects/org-example-echo-noannotation/backend_qtro/CMakeLists.txt
new file mode 100644
index 0000000..66a2c37
--- /dev/null
+++ b/tests/auto/core/ivigenerator/projects/org-example-echo-noannotation/backend_qtro/CMakeLists.txt
@@ -0,0 +1,25 @@
+# Generated from backend_qtro.pro.
+
+#####################################################################
+## echo_noannotation_qtro Generic Library:
+#####################################################################
+
+qt_add_cmake_library(echo_noannotation_qtro
+ MODULE
+ OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/../qtivi"
+ INCLUDE_DIRECTORIES
+ ${CMAKE_CURRENT_BINARY_DIR}/../frontend
+ PUBLIC_LIBRARIES
+ # Remove: L${CMAKE_CURRENT_BINARY_DIR}/..
+ Qt::Core
+ Qt::Gui
+ Qt::IviCore
+)
+qt_disable_warnings(echo_noannotation_qtro)
+
+#### Keys ignored in scope 1:.:.:backend_qtro.pro:<TRUE>:
+# QFACE_FORMAT = "backend_qtro"
+# QFACE_SOURCES = "../../../org.example.echo.noannotation.qface"
+# TEMPLATE = "lib"
+
+qt_autogen_tools_initial_setup(echo_noannotation_qtro)
diff --git a/tests/auto/core/ivigenerator/projects/org-example-echo-noannotation/backend_simulator/CMakeLists.txt b/tests/auto/core/ivigenerator/projects/org-example-echo-noannotation/backend_simulator/CMakeLists.txt
new file mode 100644
index 0000000..81c7410
--- /dev/null
+++ b/tests/auto/core/ivigenerator/projects/org-example-echo-noannotation/backend_simulator/CMakeLists.txt
@@ -0,0 +1,25 @@
+# Generated from backend_simulator.pro.
+
+#####################################################################
+## echo_noannotation_simulator Generic Library:
+#####################################################################
+
+qt_add_cmake_library(echo_noannotation_simulator
+ MODULE
+ OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/../qtivi"
+ INCLUDE_DIRECTORIES
+ ${CMAKE_CURRENT_BINARY_DIR}/../frontend
+ PUBLIC_LIBRARIES
+ # Remove: L${CMAKE_CURRENT_BINARY_DIR}/..
+ Qt::Core
+ Qt::Gui
+ Qt::IviCore
+)
+qt_disable_warnings(echo_noannotation_simulator)
+
+#### Keys ignored in scope 1:.:.:backend_simulator.pro:<TRUE>:
+# QFACE_FORMAT = "backend_simulator"
+# QFACE_SOURCES = "../../../org.example.echo.noannotation.qface"
+# TEMPLATE = "lib"
+
+qt_autogen_tools_initial_setup(echo_noannotation_simulator)
diff --git a/tests/auto/core/ivigenerator/projects/org-example-echo-noannotation/frontend/CMakeLists.txt b/tests/auto/core/ivigenerator/projects/org-example-echo-noannotation/frontend/CMakeLists.txt
new file mode 100644
index 0000000..0175304
--- /dev/null
+++ b/tests/auto/core/ivigenerator/projects/org-example-echo-noannotation/frontend/CMakeLists.txt
@@ -0,0 +1,28 @@
+# Generated from frontend.pro.
+
+#####################################################################
+## echo_noannotation_frontend Generic Library:
+#####################################################################
+
+qt_add_cmake_library(echo_noannotation_frontend
+ OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/../"
+ DEFINES
+ QT_BUILD_ORG_EXAMPLE_ECHO_LIB
+ PUBLIC_LIBRARIES
+ Qt::Core
+ Qt::Gui
+ Qt::IviCore
+ Qt::IviCorePrivate
+ Qt::Qml
+ Qt::Quick
+)
+
+#### Keys ignored in scope 1:.:.:frontend.pro:<TRUE>:
+# QFACE_SOURCES = "../../../org.example.echo.noannotation.qface"
+# TEMPLATE = "lib"
+
+## Scopes:
+#####################################################################
+
+#### Keys ignored in scope 2:.:.:frontend.pro:MACOS:
+# QMAKE_SONAME_PREFIX = "@rpath"
diff --git a/tests/auto/core/ivigenerator/projects/org-example-echo-noannotation/qmlplugin/CMakeLists.txt b/tests/auto/core/ivigenerator/projects/org-example-echo-noannotation/qmlplugin/CMakeLists.txt
new file mode 100644
index 0000000..fd709bb
--- /dev/null
+++ b/tests/auto/core/ivigenerator/projects/org-example-echo-noannotation/qmlplugin/CMakeLists.txt
@@ -0,0 +1,22 @@
+# Generated from qmlplugin.pro.
+
+#####################################################################
+## qmlplugin Generic Library:
+#####################################################################
+
+qt_add_cmake_library(qmlplugin
+ MODULE
+ INCLUDE_DIRECTORIES
+ ${CMAKE_CURRENT_BINARY_DIR}/../frontend
+ PUBLIC_LIBRARIES
+ # Remove: L${CMAKE_CURRENT_BINARY_DIR}/..
+ Qt::IviCore
+ ivivehiclefunctions
+)
+
+#### Keys ignored in scope 1:.:.:qmlplugin.pro:<TRUE>:
+# QFACE_FORMAT = "qmlplugin"
+# QFACE_SOURCES = "../../../org.example.echo.noannotation.qface"
+# TEMPLATE = "lib"
+
+qt_autogen_tools_initial_setup(qmlplugin)
diff --git a/tests/auto/core/ivigenerator/projects/org-example-echo-noannotation/simulation_server_qtro/CMakeLists.txt b/tests/auto/core/ivigenerator/projects/org-example-echo-noannotation/simulation_server_qtro/CMakeLists.txt
new file mode 100644
index 0000000..774234c
--- /dev/null
+++ b/tests/auto/core/ivigenerator/projects/org-example-echo-noannotation/simulation_server_qtro/CMakeLists.txt
@@ -0,0 +1,23 @@
+# Generated from simulation_server_qtro.pro.
+
+#####################################################################
+## org-example-echo-noannotation-simulation-server Binary:
+#####################################################################
+
+qt_add_executable(org-example-echo-noannotation-simulation-server
+ OUTPUT_DIRECTORY ".."
+ INCLUDE_DIRECTORIES
+ ${CMAKE_CURRENT_BINARY_DIR}/../frontend
+ PUBLIC_LIBRARIES
+ # Remove: L${CMAKE_CURRENT_BINARY_DIR}/..
+ Qt::Gui
+ Qt::IviCore
+ Qt::Qml
+ Qt::Quick
+)
+
+#### Keys ignored in scope 1:.:.:simulation_server_qtro.pro:<TRUE>:
+# QFACE_FORMAT = "server_qtro_simulator"
+# QFACE_SOURCES = "../../../org.example.echo.noannotation.qface"
+# QMAKE_PROJECT_NAME = "$$TARGET"
+# TEMPLATE = "app"
diff --git a/tests/auto/core/ivigenerator/projects/org-example-echo-noannotation/test/CMakeLists.txt b/tests/auto/core/ivigenerator/projects/org-example-echo-noannotation/test/CMakeLists.txt
new file mode 100644
index 0000000..558abf5
--- /dev/null
+++ b/tests/auto/core/ivigenerator/projects/org-example-echo-noannotation/test/CMakeLists.txt
@@ -0,0 +1,21 @@
+# Generated from test.pro.
+
+#####################################################################
+## tst_org-example-echo-noannotation Test:
+#####################################################################
+
+qt_add_test(tst_org-example-echo-noannotation
+ OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/../"
+ INCLUDE_DIRECTORIES
+ ${CMAKE_CURRENT_BINARY_DIR}/../frontend
+ PUBLIC_LIBRARIES
+ # Remove: L${CMAKE_CURRENT_BINARY_DIR}/..
+ Qt::Gui
+ Qt::IviCore
+)
+
+#### Keys ignored in scope 1:.:.:test.pro:<TRUE>:
+# QFACE_FORMAT = "test"
+# QFACE_SOURCES = "../../../org.example.echo.noannotation.qface"
+# QMAKE_PROJECT_NAME = "$$TARGET"
+# QMAKE_RPATHDIR = "$$OUT_PWD/.."