diff options
author | Chase Maupin <chasemaupin03@gmail.com> | 2010-06-03 05:15:13 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2010-06-03 12:42:19 -0400 |
commit | db786adf5c23822da8004cdef29c07d3884c8d1f (patch) | |
tree | 8ec16fe1e5131d819073aaa62955790a2e70f00e /recipes/qt4/qt4-embedded.inc | |
parent | 1a50448dd3a28a07e3049a4ae9f886be75148da0 (diff) |
qt4-embedded: rename qtdemo file
* Changed the name of the qtdemo exectable installed
in the /usr/bin directory to qtdemoE for Qt
embedded builds. This allows the Qt embedded
version of the demos package to co-exist with
the Qt X11 version.
* Changed the demos package file list to accept
both qtdemo and qtdemoE.
Signed-off-by: Chase Maupin <chase.maupin@ti.com>
Acked-by: Koen Kooi <k-kooi@ti.com>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Diffstat (limited to 'recipes/qt4/qt4-embedded.inc')
-rw-r--r-- | recipes/qt4/qt4-embedded.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/qt4/qt4-embedded.inc b/recipes/qt4/qt4-embedded.inc index 9aaca6eac2..436f64c973 100644 --- a/recipes/qt4/qt4-embedded.inc +++ b/recipes/qt4/qt4-embedded.inc @@ -4,7 +4,7 @@ LICENSE = "GPL QPL" PRIORITY = "optional" HOMEPAGE = "http://www.trolltech.com" DEPENDS += "directfb tslib" -INC_PR = "r19" +INC_PR = "r20" QT_BASE_NAME ?= "qt4-embedded" QT_BASE_LIB ?= "libqt-embedded" |