diff options
author | Fatih Aşıcı <fatih.asici@gmail.com> | 2014-05-27 09:24:05 +0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-05-27 13:27:57 +0200 |
commit | 6a5c818cb7b0fc76ab32b9880721eed8a76df015 (patch) | |
tree | 107f973cacf4b062df67da71f3991ef4b6a98fb7 /package/qt5/qt5connectivity/qt5connectivity-0001-don_t-build-scanner-example-without-qtquick.patch | |
parent | 299f89ab57d7a5df1031f6b4c28588bb878a7ddb (diff) | |
download | buildroot-6a5c818cb7b0fc76ab32b9880721eed8a76df015.tar.gz buildroot-6a5c818cb7b0fc76ab32b9880721eed8a76df015.zip |
qt5: bump to 5.3.0
Remove upstreamed patches.
See http://qt-project.org/qt5/qt53 for the release information.
Signed-off-by: Fatih Aşıcı <fatih.asici@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/qt5/qt5connectivity/qt5connectivity-0001-don_t-build-scanner-example-without-qtquick.patch')
-rw-r--r-- | package/qt5/qt5connectivity/qt5connectivity-0001-don_t-build-scanner-example-without-qtquick.patch | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/package/qt5/qt5connectivity/qt5connectivity-0001-don_t-build-scanner-example-without-qtquick.patch b/package/qt5/qt5connectivity/qt5connectivity-0001-don_t-build-scanner-example-without-qtquick.patch deleted file mode 100644 index 0751ba7d9f..0000000000 --- a/package/qt5/qt5connectivity/qt5connectivity-0001-don_t-build-scanner-example-without-qtquick.patch +++ /dev/null @@ -1,30 +0,0 @@ -qt5connectivity: Don't build scanner example without QtQuick -Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> - -From 1454664752505f5870e4173d15362bfdfe4148e7 Mon Sep 17 00:00:00 2001 -From: Alex Blasche <alexander.blasche@digia.com> -Date: Wed, 15 Jan 2014 12:11:31 +0100 -Subject: [PATCH] Don't build scanner example without QtQuick - -Task-number: QTBUG-35711 -Change-Id: I0406fb5edd8fb2a90046308853485eaaa4311a26 -Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> -Reviewed-by: Fabian Bumberger <fbumberger@rim.com> -Reviewed-by: Alex Blasche <alexander.blasche@digia.com> ---- - examples/bluetooth/bluetooth.pro | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) - -diff --git a/examples/bluetooth/bluetooth.pro b/examples/bluetooth/bluetooth.pro -index e3ef769..549bb7c 100644 ---- a/examples/bluetooth/bluetooth.pro -+++ b/examples/bluetooth/bluetooth.pro -@@ -6,4 +6,4 @@ qtHaveModule(widgets) { - bttennis - } - --SUBDIRS += scanner -+qtHaveModule(quick): SUBDIRS += scanner --- -1.7.1 - |