summaryrefslogtreecommitdiffstats
path: root/package/qt5/qt5script/qt5script-0001-Check-for-QtGui-before-building-the-examples.patch
diff options
context:
space:
mode:
authorFatih Aşıcı <fatih.asici@gmail.com>2014-06-27 09:19:17 +0300
committerPeter Korsgaard <peter@korsgaard.com>2014-06-27 13:08:04 +0200
commit9c169981c3fcab95c284c42e81bca16caf3950e3 (patch)
tree42e74c7090f2bb5da1b98e44f38511fb058ba548 /package/qt5/qt5script/qt5script-0001-Check-for-QtGui-before-building-the-examples.patch
parenta4389879cbace71635484be5be7cea47345b3764 (diff)
downloadbuildroot-9c169981c3fcab95c284c42e81bca16caf3950e3.tar.gz
buildroot-9c169981c3fcab95c284c42e81bca16caf3950e3.zip
qt5: bump to 5.3.1
Remove upstreamed patch. Signed-off-by: Fatih Aşıcı <fatih.asici@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/qt5/qt5script/qt5script-0001-Check-for-QtGui-before-building-the-examples.patch')
-rw-r--r--package/qt5/qt5script/qt5script-0001-Check-for-QtGui-before-building-the-examples.patch46
1 files changed, 0 insertions, 46 deletions
diff --git a/package/qt5/qt5script/qt5script-0001-Check-for-QtGui-before-building-the-examples.patch b/package/qt5/qt5script/qt5script-0001-Check-for-QtGui-before-building-the-examples.patch
deleted file mode 100644
index b269740a2f..0000000000
--- a/package/qt5/qt5script/qt5script-0001-Check-for-QtGui-before-building-the-examples.patch
+++ /dev/null
@@ -1,46 +0,0 @@
-qt5script: Check for QtGui before building the examples
-Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
-
-From e4453c92ee41943a3a1d67a725804a44e747f64e Mon Sep 17 00:00:00 2001
-From: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
-Date: Wed, 16 Apr 2014 12:19:17 +0100
-Subject: [PATCH] qtscript: Check for QtGui before building the examples
-
-qsdbg and marshal examples need QtGui module. If QtGui is not installed
-they fail to compile.
-
-Change-Id: I1af6a8b39a0848c8208fe94a26ee57409dfd9b41
-Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
-Reviewed-by: Allan Sandfeld Jensen <allan.jensen@digia.com>
----
- examples/script/script.pro | 9 ++++-----
- 1 file changed, 4 insertions(+), 5 deletions(-)
-
-diff --git a/examples/script/script.pro b/examples/script/script.pro
-index 3e1eae6..cc97233 100644
---- a/examples/script/script.pro
-+++ b/examples/script/script.pro
-@@ -1,7 +1,7 @@
- TEMPLATE = subdirs
--SUBDIRS = \
-- customclass \
-- qsdbg
-+SUBDIRS = customclass
-+
-+qtHaveModule(gui): SUBDIRS += qsdbg
-
- qtHaveModule(widgets) {
- SUBDIRS += \
-@@ -22,8 +22,7 @@ qtHaveModule(widgets) {
- }
-
- !wince {
-- SUBDIRS += \
-- marshal
-+ qtHaveModule(gui): SUBDIRS += marshal
- }
-
- maemo5: CONFIG += qt_example
---
-1.9.1
-
OpenPOWER on IntegriCloud