xref: /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtbase/0023-Always-build-uic-and-qvkgen.patch (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1From 5f415fb09ea64765e60d1d52721064f53545a413 Mon Sep 17 00:00:00 2001
2From: Martin Jansa <Martin.Jansa@gmail.com>
3Date: Sat, 16 Nov 2013 00:32:30 +0100
4Subject: [PATCH] Always build uic and qvkgen
5
6Even if we are not building gui or widgets. This tool is needed later
7as a native tool when compiling the target.
8
9Change-Id: I257668ac28c22b192e7ec7736e6c23fa3be6bab6
10Signed-off-by: Mikko Levonmaa <mikko.levonmaa@palm.com>
11Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
12Upstream-Status: Pending
13---
14 src/src.pro | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17diff --git a/src/src.pro b/src/src.pro
18index 8990109743..105feee924 100644
19--- a/src/src.pro
20+++ b/src/src.pro
21@@ -244,7 +244,7 @@ qtConfig(gui) {
22         }
23     }
24 }
25-SUBDIRS += src_plugins
26+SUBDIRS += src_plugins src_tools_uic src_tools_qvkgen
27
28 nacl: SUBDIRS -= src_network src_testlib
29
30