diff options
author | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2015-06-01 17:58:41 +0300 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2015-06-03 11:19:23 +0300 |
commit | 623fe39f70996687f07888d6cea1f706c300986a (patch) | |
tree | 66da3e82041cb1b22390f14dd92c0ba4ba45b2f6 /recipes-qt/qt5 | |
parent | 4f2523addd2a4decbe82bb5dd66e5ba55d77626c (diff) | |
download | meta-boot2qt-623fe39f70996687f07888d6cea1f706c300986a.tar.gz |
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 <rainer.keller@theqtcompany.com>
Diffstat (limited to 'recipes-qt/qt5')
-rw-r--r-- | recipes-qt/qt5/qtlocation_%.bbappend | 3 | ||||
-rw-r--r-- | recipes-qt/qt5/qtsensors_%.bbappend | 24 | ||||
-rw-r--r-- | recipes-qt/qt5/qtsystems_%.bbappend | 24 |
3 files changed, 51 insertions, 0 deletions
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 @@ | |||
21 | ############################################################################# | 21 | ############################################################################# |
22 | 22 | ||
23 | PACKAGECONFIG += "gypsy" | 23 | PACKAGECONFIG += "gypsy" |
24 | |||
25 | EXTRA_QMAKEVARS_PRE_emulator += "CONFIG+=simulator" | ||
26 | 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 @@ | |||
1 | ############################################################################# | ||
2 | ## | ||
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | ||
4 | ## | ||
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | ||
6 | ## framework. | ||
7 | ## | ||
8 | ## $QT_BEGIN_LICENSE$ | ||
9 | ## Commercial License Usage Only | ||
10 | ## Licensees holding valid commercial Qt license agreements with Digia | ||
11 | ## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, | ||
12 | ## may use this file in accordance with the terms contained in said license | ||
13 | ## agreement. | ||
14 | ## | ||
15 | ## For further information use the contact form at | ||
16 | ## http://www.qt.io/contact-us. | ||
17 | ## | ||
18 | ## | ||
19 | ## $QT_END_LICENSE$ | ||
20 | ## | ||
21 | ############################################################################# | ||
22 | |||
23 | EXTRA_QMAKEVARS_PRE_emulator += "SENSORS_PLUGINS=simulator" | ||
24 | 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 @@ | |||
1 | ############################################################################# | ||
2 | ## | ||
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | ||
4 | ## | ||
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | ||
6 | ## framework. | ||
7 | ## | ||
8 | ## $QT_BEGIN_LICENSE$ | ||
9 | ## Commercial License Usage Only | ||
10 | ## Licensees holding valid commercial Qt license agreements with Digia | ||
11 | ## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, | ||
12 | ## may use this file in accordance with the terms contained in said license | ||
13 | ## agreement. | ||
14 | ## | ||
15 | ## For further information use the contact form at | ||
16 | ## http://www.qt.io/contact-us. | ||
17 | ## | ||
18 | ## | ||
19 | ## $QT_END_LICENSE$ | ||
20 | ## | ||
21 | ############################################################################# | ||
22 | |||
23 | EXTRA_QMAKEVARS_PRE_emulator += "CONFIG+=simulator" | ||
24 | DEPENDS_emulator += "qtsimulator" | ||