summaryrefslogtreecommitdiffstats
path: root/recipes-automotive/climatecontrolplugin/files/climatecontrol.pro
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-01-16 11:31:39 +0000
committerRomain Forlot <romain.forlot@iot.bzh>2017-01-16 13:52:19 +0000
commit833f63409bb5a07b31b19f7e45507c19094081a0 (patch)
treef1364a1025d9a81addaa8c09e08ea59d0360b0b6 /recipes-automotive/climatecontrolplugin/files/climatecontrol.pro
parent3e16d8c33ca3fb889782d213d8678ebe248f4778 (diff)
Get rid of Automotive Message Broker as it has been replaced.
Now using AGL Application Framework Binding system Change-Id: Iac8844645cb85838922bb2fe4e4f355d4444bc09 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'recipes-automotive/climatecontrolplugin/files/climatecontrol.pro')
-rw-r--r--recipes-automotive/climatecontrolplugin/files/climatecontrol.pro36
1 files changed, 0 insertions, 36 deletions
diff --git a/recipes-automotive/climatecontrolplugin/files/climatecontrol.pro b/recipes-automotive/climatecontrolplugin/files/climatecontrol.pro
deleted file mode 100644
index d3817c19..00000000
--- a/recipes-automotive/climatecontrolplugin/files/climatecontrol.pro
+++ /dev/null
@@ -1,36 +0,0 @@
-TEMPLATE = lib
-TARGET = ClimateControl
-QT += qml quick dbus
-CONFIG += qt plugin c++11
-CONFIG(release):DEFINES += QT_NO_DEBUG_OUTPUT
-
-TARGET = $$qtLibraryTarget($$TARGET)
-uri = Automotive.ClimateControl
-
-# Input
-SOURCES += \
- climatecontrol_plugin.cpp \
- climatecontrol.cpp
-
-HEADERS += \
- climatecontrol_plugin.h \
- climatecontrol.h
-
-DISTFILES = qmldir \
- climatecontroltest.qml
-
-!equals(_PRO_FILE_PWD_, $$OUT_PWD) {
- copy_qmldir.target = $$OUT_PWD/qmldir
- copy_qmldir.depends = $$_PRO_FILE_PWD_/qmldir
- copy_qmldir.commands = $(COPY_FILE) \"$$replace(copy_qmldir.depends, /, $$QMAKE_DIR_SEP)\" \"$$replace(copy_qmldir.target, /, $$QMAKE_DIR_SEP)\"
- QMAKE_EXTRA_TARGETS += copy_qmldir
- PRE_TARGETDEPS += $$copy_qmldir.target
-}
-
-qmldir.files = qmldir
-unix {
- installPath = $$[QT_INSTALL_QML]/$$replace(uri, \\., /)
- qmldir.path = $$installPath
- target.path = $$installPath
- INSTALLS += target qmldir
-}