aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtbase/0009-Always-build-uic.patch
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2015-11-26 09:06:39 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2015-12-15 16:46:42 +0100
commit13f73a2adc8b2992bf2549376d503389431cb927 (patch)
treeb7a257029ae2b35ba98e9705408c905088008774 /recipes-qt/qt5/qtbase/0009-Always-build-uic.patch
parent593c47aa37837a725b392c33011f3962da7c1539 (diff)
align target qmake paths/mkspec
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtbase/0009-Always-build-uic.patch')
-rw-r--r--recipes-qt/qt5/qtbase/0009-Always-build-uic.patch31
1 files changed, 31 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtbase/0009-Always-build-uic.patch b/recipes-qt/qt5/qtbase/0009-Always-build-uic.patch
new file mode 100644
index 00000000..359be5fb
--- /dev/null
+++ b/recipes-qt/qt5/qtbase/0009-Always-build-uic.patch
@@ -0,0 +1,31 @@
+From e3ce176f43e9214808cbdac13ace0aa8d8ec046d Mon Sep 17 00:00:00 2001
+From: Martin Jansa <Martin.Jansa@gmail.com>
+Date: Sat, 16 Nov 2013 00:32:30 +0100
+Subject: [PATCH 8/9] Always build uic
+
+Even if we are not building gui or widgets. This tool is needed later
+as a native tool when compiling the target.
+
+Change-Id: I257668ac28c22b192e7ec7736e6c23fa3be6bab6
+Signed-off-by: Mikko Levonmaa <mikko.levonmaa@palm.com>
+Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
+---
+ src/src.pro | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/src.pro b/src/src.pro
+index a970391..66c66d0 100644
+--- a/src/src.pro
++++ b/src/src.pro
+@@ -176,7 +176,7 @@ contains(QT_CONFIG, concurrent):SUBDIRS += src_concurrent
+ }
+ }
+ }
+-SUBDIRS += src_plugins
++SUBDIRS += src_plugins src_tools_uic
+
+ nacl: SUBDIRS -= src_network src_testlib
+
+--
+2.6.2
+