diff options
author | Gaël PORTAY <gael.portay@savoirfairelinux.com> | 2018-06-30 23:07:03 -0400 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-07-01 11:01:48 +0200 |
commit | cb97d9473b55326374a3868c7d7c21930dda4e3b (patch) | |
tree | 7ae2b9275a485e6d59cadbfbb69a6bc9236c68b6 /package/qt5/qt5virtualkeyboard/2.0/0001-remove-weird-install-path-for-example.patch | |
parent | 760dc48e15110e90b9aebb49ffcd35648b013c5e (diff) | |
download | buildroot-cb97d9473b55326374a3868c7d7c21930dda4e3b.tar.gz buildroot-cb97d9473b55326374a3868c7d7c21930dda4e3b.zip |
qt5virtualkeyboard: allow to build with qt5.6
This module is available for Qt 5.6 since version 5.6.3 under the
version number 2.0.
Signed-off-by: Gaël PORTAY <gael.portay@savoirfairelinux.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/qt5/qt5virtualkeyboard/2.0/0001-remove-weird-install-path-for-example.patch')
-rw-r--r-- | package/qt5/qt5virtualkeyboard/2.0/0001-remove-weird-install-path-for-example.patch | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/package/qt5/qt5virtualkeyboard/2.0/0001-remove-weird-install-path-for-example.patch b/package/qt5/qt5virtualkeyboard/2.0/0001-remove-weird-install-path-for-example.patch new file mode 100644 index 0000000000..2f8ea3bc94 --- /dev/null +++ b/package/qt5/qt5virtualkeyboard/2.0/0001-remove-weird-install-path-for-example.patch @@ -0,0 +1,38 @@ +From aef55eb7b3470ba6dee4abc67acda1d308c90e97 Mon Sep 17 00:00:00 2001 +From: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> +Date: Mon, 4 Apr 2016 14:25:54 +0200 +Subject: [PATCH 1/1] remove weird install path for example + +the deployment system on top should deal with this. + +Upstream-Status: Backport [with adaptations] +Change-Id: I1befb3e0c9bb6546afc59a40e525d1d600475a86 +Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com> +Signed-off-by: Gaël PORTAY <gael.portay@savoirfairelinux.com> +[gportay: update basic.pro path] +--- + examples/virtualkeyboard/basic/basic.pro | 8 ++----- + 1 file changed, 2 insertions(+), 6 deletions(-) + +diff --git a/examples/virtualkeyboard/basic/basic.pro b/examples/virtualkeyboard/basic/basic.pro +index 28cc4dc..0f71e0e 100644 +--- a/examples/virtualkeyboard/basic/basic.pro ++++ b/examples/virtualkeyboard/basic/basic.pro +@@ -7,12 +7,8 @@ static { + QT += svg + QTPLUGIN += qtvirtualkeyboardplugin + } +-android-no-sdk|!isEmpty(CROSS_COMPILE) { +- TARGETPATH = /data/user/qt/virtualkeyboard +-} else { +- TARGETPATH = $$[QT_INSTALL_EXAMPLES]/virtualkeyboard +-} +-target.path = $$TARGETPATH ++ ++target.path = $$[QT_INSTALL_EXAMPLES]/virtualkeyboard + INSTALLS += target + + RESOURCES += \ +-- +2.17.1 + |