summaryrefslogtreecommitdiffstats
path: root/examples/qml
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-05-04 11:21:15 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2018-10-15 18:21:42 +0200
commit14f27cbe44073ef2ade633a79d40ba11e8ad497b (patch)
tree701423369566b43eb72aca972e3e3a157509c6af /examples/qml
parent37540ff3c6e32f5d02c2bb3cafd964ff1753d1fa (diff)
Put sources into dedicated directories
Change-Id: I424377f4a25f45f6bfcea84ce59812fb674a861b Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'examples/qml')
-rw-r--r--examples/qml/CMakeLists.txt4
-rw-r--r--examples/qml/app/xxxxxx-qml-app.qml (renamed from examples/qml/xxxxxx-qml-app.qml)0
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/qml/CMakeLists.txt b/examples/qml/CMakeLists.txt
index c8d1bbb..fe6debe 100644
--- a/examples/qml/CMakeLists.txt
+++ b/examples/qml/CMakeLists.txt
@@ -24,12 +24,12 @@ include(${CMAKE_CURRENT_SOURCE_DIR}/etc/macros.cmake)
# Add target to project dependency list
PROJECT_TARGET_ADD(qml-example)
- add_custom_command(OUTPUT xxxxxx-qml-app.qml
+ add_custom_command(OUTPUT app/xxxxxx-qml-app.qml
COMMAND cp ${CMAKE_CURRENT_SOURCE_DIR}/xxxxxx-qml-app.qml ${CMAKE_CURRENT_BINARY_DIR}
)
# Define project Targets
- add_custom_target(${TARGET_NAME} ALL
+ add_custom_target(${TARGET_NAME} ALL
DEPENDS xxxxxx-qml-app.qml
)
diff --git a/examples/qml/xxxxxx-qml-app.qml b/examples/qml/app/xxxxxx-qml-app.qml
index 6333144..6333144 100644
--- a/examples/qml/xxxxxx-qml-app.qml
+++ b/examples/qml/app/xxxxxx-qml-app.qml