diff options
Diffstat (limited to 'recipes-qt/qt5/qtbase/0009-Always-build-uic.patch')
| -rw-r--r-- | recipes-qt/qt5/qtbase/0009-Always-build-uic.patch | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/recipes-qt/qt5/qtbase/0009-Always-build-uic.patch b/recipes-qt/qt5/qtbase/0009-Always-build-uic.patch index 3a1614f5..bee10d55 100644 --- a/recipes-qt/qt5/qtbase/0009-Always-build-uic.patch +++ b/recipes-qt/qt5/qtbase/0009-Always-build-uic.patch | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | From acd673711f3b32e714226ea563d8d7f0afff7251 Mon Sep 17 00:00:00 2001 | 1 | From 14b037afc3fa6992733891205a46b44991402afb Mon Sep 17 00:00:00 2001 |
| 2 | From: Martin Jansa <Martin.Jansa@gmail.com> | 2 | From: Martin Jansa <Martin.Jansa@gmail.com> |
| 3 | Date: Sat, 16 Nov 2013 00:32:30 +0100 | 3 | Date: Sat, 16 Nov 2013 00:32:30 +0100 |
| 4 | Subject: [PATCH 09/10] Always build uic | 4 | Subject: [PATCH] Always build uic |
| 5 | 5 | ||
| 6 | Even if we are not building gui or widgets. This tool is needed later | 6 | Even if we are not building gui or widgets. This tool is needed later |
| 7 | as a native tool when compiling the target. | 7 | as a native tool when compiling the target. |
| @@ -14,7 +14,7 @@ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | |||
| 14 | 1 file changed, 1 insertion(+), 1 deletion(-) | 14 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 15 | 15 | ||
| 16 | diff --git a/src/src.pro b/src/src.pro | 16 | diff --git a/src/src.pro b/src/src.pro |
| 17 | index 1671338..83de483 100644 | 17 | index 4a165a2..0f84791 100644 |
| 18 | --- a/src/src.pro | 18 | --- a/src/src.pro |
| 19 | +++ b/src/src.pro | 19 | +++ b/src/src.pro |
| 20 | @@ -180,7 +180,7 @@ contains(QT_CONFIG, concurrent):SUBDIRS += src_concurrent | 20 | @@ -180,7 +180,7 @@ contains(QT_CONFIG, concurrent):SUBDIRS += src_concurrent |
| @@ -26,6 +26,3 @@ index 1671338..83de483 100644 | |||
| 26 | 26 | ||
| 27 | nacl: SUBDIRS -= src_network src_testlib | 27 | nacl: SUBDIRS -= src_network src_testlib |
| 28 | 28 | ||
| 29 | -- | ||
| 30 | 2.7.1 | ||
| 31 | |||
