aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/core/ivigenerator/projects/org-example-echo-noprivate
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/core/ivigenerator/projects/org-example-echo-noprivate')
-rw-r--r--tests/auto/core/ivigenerator/projects/org-example-echo-noprivate/CMakeLists.txt6
-rw-r--r--tests/auto/core/ivigenerator/projects/org-example-echo-noprivate/backend_simulator/CMakeLists.txt26
-rw-r--r--tests/auto/core/ivigenerator/projects/org-example-echo-noprivate/frontend/CMakeLists.txt29
-rw-r--r--tests/auto/core/ivigenerator/projects/org-example-echo-noprivate/qmlplugin/CMakeLists.txt23
-rw-r--r--tests/auto/core/ivigenerator/projects/org-example-echo-noprivate/test/CMakeLists.txt22
5 files changed, 106 insertions, 0 deletions
diff --git a/tests/auto/core/ivigenerator/projects/org-example-echo-noprivate/CMakeLists.txt b/tests/auto/core/ivigenerator/projects/org-example-echo-noprivate/CMakeLists.txt
new file mode 100644
index 0000000..9491609
--- /dev/null
+++ b/tests/auto/core/ivigenerator/projects/org-example-echo-noprivate/CMakeLists.txt
@@ -0,0 +1,6 @@
+# Generated from org-example-echo-noprivate.pro.
+
+add_subdirectory(frontend)
+add_subdirectory(qmlplugin)
+add_subdirectory(backend_simulator)
+add_subdirectory(test)
diff --git a/tests/auto/core/ivigenerator/projects/org-example-echo-noprivate/backend_simulator/CMakeLists.txt b/tests/auto/core/ivigenerator/projects/org-example-echo-noprivate/backend_simulator/CMakeLists.txt
new file mode 100644
index 0000000..bd39d36
--- /dev/null
+++ b/tests/auto/core/ivigenerator/projects/org-example-echo-noprivate/backend_simulator/CMakeLists.txt
@@ -0,0 +1,26 @@
+# Generated from backend_simulator.pro.
+
+#####################################################################
+## echo_noprivate_simulator Generic Library:
+#####################################################################
+
+qt_add_cmake_library(echo_noprivate_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_noprivate_simulator)
+
+#### Keys ignored in scope 1:.:.:backend_simulator.pro:<TRUE>:
+# QFACE_ANNOTATIONS = "../../../no-private.yaml"
+# QFACE_FORMAT = "backend_simulator"
+# QFACE_SOURCES = "../../../org.example.echo.qface"
+# TEMPLATE = "lib"
+
+qt_autogen_tools_initial_setup(echo_noprivate_simulator)
diff --git a/tests/auto/core/ivigenerator/projects/org-example-echo-noprivate/frontend/CMakeLists.txt b/tests/auto/core/ivigenerator/projects/org-example-echo-noprivate/frontend/CMakeLists.txt
new file mode 100644
index 0000000..d02ae04
--- /dev/null
+++ b/tests/auto/core/ivigenerator/projects/org-example-echo-noprivate/frontend/CMakeLists.txt
@@ -0,0 +1,29 @@
+# Generated from frontend.pro.
+
+#####################################################################
+## echo_noprivate_frontend Generic Library:
+#####################################################################
+
+qt_add_cmake_library(echo_noprivate_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_ANNOTATIONS = "../../../no-private.yaml"
+# QFACE_SOURCES = "../../../org.example.echo.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-noprivate/qmlplugin/CMakeLists.txt b/tests/auto/core/ivigenerator/projects/org-example-echo-noprivate/qmlplugin/CMakeLists.txt
new file mode 100644
index 0000000..4e6a6a7
--- /dev/null
+++ b/tests/auto/core/ivigenerator/projects/org-example-echo-noprivate/qmlplugin/CMakeLists.txt
@@ -0,0 +1,23 @@
+# 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_ANNOTATIONS = "../../../no-private.yaml"
+# QFACE_FORMAT = "qmlplugin"
+# QFACE_SOURCES = "../../../org.example.echo.qface"
+# TEMPLATE = "lib"
+
+qt_autogen_tools_initial_setup(qmlplugin)
diff --git a/tests/auto/core/ivigenerator/projects/org-example-echo-noprivate/test/CMakeLists.txt b/tests/auto/core/ivigenerator/projects/org-example-echo-noprivate/test/CMakeLists.txt
new file mode 100644
index 0000000..8626ddd
--- /dev/null
+++ b/tests/auto/core/ivigenerator/projects/org-example-echo-noprivate/test/CMakeLists.txt
@@ -0,0 +1,22 @@
+# Generated from test.pro.
+
+#####################################################################
+## tst_org-example-echo-noprivate Test:
+#####################################################################
+
+qt_add_test(tst_org-example-echo-noprivate
+ 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_ANNOTATIONS = "../../../no-private.yaml"
+# QFACE_FORMAT = "test"
+# QFACE_SOURCES = "../../../org.example.echo.qface"
+# QMAKE_PROJECT_NAME = "$$TARGET"
+# QMAKE_RPATHDIR = "$$OUT_PWD/.."