From 623fe39f70996687f07888d6cea1f706c300986a Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Mon, 1 Jun 2015 17:58:41 +0300 Subject: Add QtSimulator support QtSimulator is added as dependency to Qt modules that support it, and some helper components are installed to emulator target. Change-Id: I878ffcfc6a8d9a579cb4a5a4e823fa7f0fa5a3cd Reviewed-by: Rainer Keller --- recipes-qt/qt5/qtlocation_%.bbappend | 3 +++ recipes-qt/qt5/qtsensors_%.bbappend | 24 ++++++++++++++++++++++++ recipes-qt/qt5/qtsystems_%.bbappend | 24 ++++++++++++++++++++++++ 3 files changed, 51 insertions(+) create mode 100644 recipes-qt/qt5/qtsensors_%.bbappend create mode 100644 recipes-qt/qt5/qtsystems_%.bbappend (limited to 'recipes-qt/qt5') diff --git a/recipes-qt/qt5/qtlocation_%.bbappend b/recipes-qt/qt5/qtlocation_%.bbappend index c068600..facd006 100644 --- a/recipes-qt/qt5/qtlocation_%.bbappend +++ b/recipes-qt/qt5/qtlocation_%.bbappend @@ -21,3 +21,6 @@ ############################################################################# PACKAGECONFIG += "gypsy" + +EXTRA_QMAKEVARS_PRE_emulator += "CONFIG+=simulator" +DEPENDS_emulator += "qtsimulator" diff --git a/recipes-qt/qt5/qtsensors_%.bbappend b/recipes-qt/qt5/qtsensors_%.bbappend new file mode 100644 index 0000000..a388c6f --- /dev/null +++ b/recipes-qt/qt5/qtsensors_%.bbappend @@ -0,0 +1,24 @@ +############################################################################# +## +## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). +## +## This file is part of the Qt Enterprise Embedded Scripts of the Qt +## framework. +## +## $QT_BEGIN_LICENSE$ +## Commercial License Usage Only +## Licensees holding valid commercial Qt license agreements with Digia +## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, +## may use this file in accordance with the terms contained in said license +## agreement. +## +## For further information use the contact form at +## http://www.qt.io/contact-us. +## +## +## $QT_END_LICENSE$ +## +############################################################################# + +EXTRA_QMAKEVARS_PRE_emulator += "SENSORS_PLUGINS=simulator" +DEPENDS_emulator += "qtsimulator" diff --git a/recipes-qt/qt5/qtsystems_%.bbappend b/recipes-qt/qt5/qtsystems_%.bbappend new file mode 100644 index 0000000..af270e5 --- /dev/null +++ b/recipes-qt/qt5/qtsystems_%.bbappend @@ -0,0 +1,24 @@ +############################################################################# +## +## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). +## +## This file is part of the Qt Enterprise Embedded Scripts of the Qt +## framework. +## +## $QT_BEGIN_LICENSE$ +## Commercial License Usage Only +## Licensees holding valid commercial Qt license agreements with Digia +## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, +## may use this file in accordance with the terms contained in said license +## agreement. +## +## For further information use the contact form at +## http://www.qt.io/contact-us. +## +## +## $QT_END_LICENSE$ +## +############################################################################# + +EXTRA_QMAKEVARS_PRE_emulator += "CONFIG+=simulator" +DEPENDS_emulator += "qtsimulator" -- cgit v1.2.3-54-g00ecf