diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-04 11:40:24 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-15 18:21:42 +0200 |
commit | 917a08ff30f6f1f8bf89b3dea951d02b265eacf2 (patch) | |
tree | 4a8f54d5aaf2f93ecddde0eb12f96516221e285a /examples/hybrid-qml/CMakeLists.txt | |
parent | 14f27cbe44073ef2ade633a79d40ba11e8ad497b (diff) |
Delete dirty qml examples
Change-Id: Id835a5103b859ea3b3339f4559cfa0d47736857d
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'examples/hybrid-qml/CMakeLists.txt')
-rw-r--r-- | examples/hybrid-qml/CMakeLists.txt | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/examples/hybrid-qml/CMakeLists.txt b/examples/hybrid-qml/CMakeLists.txt deleted file mode 100644 index 2b2fa69..0000000 --- a/examples/hybrid-qml/CMakeLists.txt +++ /dev/null @@ -1,40 +0,0 @@ -########################################################################### -# Copyright 2015, 2016, 2017 IoT.bzh -# -# author: Romain Forlot <romain.forlot@iot.bzh> -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -########################################################################### - -CMAKE_MINIMUM_REQUIRED(VERSION 3.3) - -include(${CMAKE_CURRENT_SOURCE_DIR}/etc/config.cmake) -include(${CMAKE_CURRENT_SOURCE_DIR}/etc/macros.cmake) - -# Add target to project dependency list -PROJECT_TARGET_ADD(hybrid-qml-example) - - # Define project Targets - add_library(${TARGET_NAME} MODULE - xxxxxx-hybrid-qml-binding.c - xxxxxx-hybrid-qml-app.qml) - - # Binder exposes a unique public entry point - SET_TARGET_PROPERTIES(${TARGET_NAME} PROPERTIES - PREFIX "" - LABELS "BINDING" - OUTPUT_NAME ${TARGET_NAME}) - -populate_widget() - -build_widget() |