diff options
author | Simon Busch <morphis@gravedo.de> | 2013-08-10 09:17:13 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-08-13 09:40:02 +0200 |
commit | d68d26ba4e539929f3949943fa6e4d5c5340afeb (patch) | |
tree | 76454869f866a150547d7217e2dadbd442ab1e6a /recipes-qt/qt5/qtwayland.inc | |
parent | ee6c2abf6a6679582e28f72301f1a538ef98bf95 (diff) | |
download | meta-qt5-d68d26ba4e539929f3949943fa6e4d5c5340afeb.tar.gz |
qtwayland: build and package examples applications too
Signed-off-by: Simon Busch <morphis@gravedo.de>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtwayland.inc')
-rw-r--r-- | recipes-qt/qt5/qtwayland.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtwayland.inc b/recipes-qt/qt5/qtwayland.inc index 3ae98ede..40dd803a 100644 --- a/recipes-qt/qt5/qtwayland.inc +++ b/recipes-qt/qt5/qtwayland.inc | |||
@@ -21,6 +21,8 @@ SRC_URI += " \ | |||
21 | 21 | ||
22 | QT_WAYLAND_CONFIG ?= "wayland-compositor" | 22 | QT_WAYLAND_CONFIG ?= "wayland-compositor" |
23 | QT_WAYLAND_DEFINES ?= "" | 23 | QT_WAYLAND_DEFINES ?= "" |
24 | QT_WAYLAND_BUILD_PARTS ?= "examples" | ||
24 | 25 | ||
25 | EXTRA_QMAKEVARS_PRE += "CONFIG+=${QT_WAYLAND_CONFIG}" | 26 | EXTRA_QMAKEVARS_PRE += "CONFIG+=${QT_WAYLAND_CONFIG}" |
26 | EXTRA_QMAKEVARS_PRE += "DEFINES+=${QT_WAYLAND_DEFINES}" | 27 | EXTRA_QMAKEVARS_PRE += "DEFINES+=${QT_WAYLAND_DEFINES}" |
28 | EXTRA_QMAKEVARS_PRE += "QT_BUILD_PARTS+=${QT_WAYLAND_BUILD_PARTS}" | ||