diff options
Diffstat (limited to 'recipes-qt/qt5/qttools-git')
-rw-r--r-- | recipes-qt/qt5/qttools-git/0001-Allow-to-build-only-lrelease-lupdate-lconvert.patch | 21 | ||||
-rw-r--r-- | recipes-qt/qt5/qttools-git/0002-assistant-help-fix-linking-of-dependent-libraries.patch | 4 |
2 files changed, 12 insertions, 13 deletions
diff --git a/recipes-qt/qt5/qttools-git/0001-Allow-to-build-only-lrelease-lupdate-lconvert.patch b/recipes-qt/qt5/qttools-git/0001-Allow-to-build-only-lrelease-lupdate-lconvert.patch index 575616b2..9a31c139 100644 --- a/recipes-qt/qt5/qttools-git/0001-Allow-to-build-only-lrelease-lupdate-lconvert.patch +++ b/recipes-qt/qt5/qttools-git/0001-Allow-to-build-only-lrelease-lupdate-lconvert.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 90a2e92062fc67fa54be0f5596606ce2bc21f772 Mon Sep 17 00:00:00 2001 | 1 | From 50fdb63c074138f783a448bc2db97b6f0ccfefea 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: Wed, 11 Sep 2013 18:30:08 +0200 | 3 | Date: Wed, 11 Sep 2013 18:30:08 +0200 |
4 | Subject: [PATCH 1/2] Allow to build only lrelease + lupdate + lconvert | 4 | Subject: [PATCH 1/2] Allow to build only lrelease + lupdate + lconvert |
@@ -74,7 +74,7 @@ index 3a70580..a977878 100644 | |||
74 | qtNomakeTools( \ | 74 | qtNomakeTools( \ |
75 | linguist \ | 75 | linguist \ |
76 | diff --git a/src/src.pro b/src/src.pro | 76 | diff --git a/src/src.pro b/src/src.pro |
77 | index 861d06d..3438f9a 100644 | 77 | index a486d65..393eac2 100644 |
78 | --- a/src/src.pro | 78 | --- a/src/src.pro |
79 | +++ b/src/src.pro | 79 | +++ b/src/src.pro |
80 | @@ -4,10 +4,12 @@ qtHaveModule(widgets) { | 80 | @@ -4,10 +4,12 @@ qtHaveModule(widgets) { |
@@ -97,12 +97,12 @@ index 861d06d..3438f9a 100644 | |||
97 | } | 97 | } |
98 | 98 | ||
99 | SUBDIRS += linguist | 99 | SUBDIRS += linguist |
100 | -!android|android_app: SUBDIRS += qtpaths | 100 | -if(!android|android_app):!ios: SUBDIRS += qtpaths |
101 | +!linguistonly:!android|android_app: SUBDIRS += qtpaths | 101 | +if(!android|android_app):!linguistonly:!ios: SUBDIRS += qtpaths |
102 | 102 | ||
103 | mac { | 103 | mac { |
104 | SUBDIRS += macdeployqt | 104 | SUBDIRS += macdeployqt |
105 | @@ -25,7 +27,7 @@ android { | 105 | @@ -25,11 +27,11 @@ android { |
106 | SUBDIRS += androiddeployqt | 106 | SUBDIRS += androiddeployqt |
107 | } | 107 | } |
108 | 108 | ||
@@ -111,12 +111,11 @@ index 861d06d..3438f9a 100644 | |||
111 | 111 | ||
112 | win32|winrt:SUBDIRS += windeployqt | 112 | win32|winrt:SUBDIRS += windeployqt |
113 | winrt:SUBDIRS += winrtrunner qtd3dservice | 113 | winrt:SUBDIRS += winrtrunner qtd3dservice |
114 | @@ -36,4 +38,4 @@ qtNomakeTools( \ | 114 | -qtHaveModule(gui):!android:!ios:!qnx:!wince*:!winrt*:SUBDIRS += qtdiag |
115 | macdeployqt \ | 115 | +!linguistonly:qtHaveModule(gui):!android:!ios:!qnx:!wince*:!winrt*:SUBDIRS += qtdiag |
116 | ) | ||
117 | 116 | ||
118 | -!android:!ios:!qnx:!wince*:!winrt*:SUBDIRS += qtdiag | 117 | qtNomakeTools( \ |
119 | +!linguistonly:!android:!ios:!qnx:!wince*:!winrt*:SUBDIRS += qtdiag | 118 | pixeltool \ |
120 | diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro | 119 | diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro |
121 | index c3acfe3..b48e711 100644 | 120 | index c3acfe3..b48e711 100644 |
122 | --- a/tests/auto/auto.pro | 121 | --- a/tests/auto/auto.pro |
@@ -151,5 +150,5 @@ index c3acfe3..b48e711 100644 | |||
151 | installed_cmake.depends = cmake | 150 | installed_cmake.depends = cmake |
152 | 151 | ||
153 | -- | 152 | -- |
154 | 1.9.1 | 153 | 2.0.0 |
155 | 154 | ||
diff --git a/recipes-qt/qt5/qttools-git/0002-assistant-help-fix-linking-of-dependent-libraries.patch b/recipes-qt/qt5/qttools-git/0002-assistant-help-fix-linking-of-dependent-libraries.patch index 1c404717..eaf46945 100644 --- a/recipes-qt/qt5/qttools-git/0002-assistant-help-fix-linking-of-dependent-libraries.patch +++ b/recipes-qt/qt5/qttools-git/0002-assistant-help-fix-linking-of-dependent-libraries.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 509541ebd648414ee33f3aea3035d1e6382bfa3c Mon Sep 17 00:00:00 2001 | 1 | From f375385c4795e3cd7df7aca2a4c769597164aaa8 Mon Sep 17 00:00:00 2001 |
2 | From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com> | 2 | From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com> |
3 | Date: Fri, 17 Jan 2014 14:33:19 +0100 | 3 | Date: Fri, 17 Jan 2014 14:33:19 +0100 |
4 | Subject: [PATCH 2/2] assistant/help: fix linking of dependent libraries | 4 | Subject: [PATCH 2/2] assistant/help: fix linking of dependent libraries |
@@ -28,5 +28,5 @@ index 168d23d..a9c3b59 100644 | |||
28 | + | 28 | + |
29 | +LIBS += -lQt5CLucene | 29 | +LIBS += -lQt5CLucene |
30 | -- | 30 | -- |
31 | 1.9.1 | 31 | 2.0.0 |
32 | 32 | ||