[Buildroot] [PATCH 3/3] qt: Patch to disable some tools that give link-time issues

Ismael Luceno ismael.luceno at gmail.com
Sun Feb 26 12:13:32 UTC 2012


---
 package/qt/qt-tools-qml-only.patch |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)
 create mode 100644 package/qt/qt-tools-qml-only.patch

diff --git a/package/qt/qt-tools-qml-only.patch b/package/qt/qt-tools-qml-only.patch
new file mode 100644
index 0000000..c61db55
--- /dev/null
+++ b/package/qt/qt-tools-qml-only.patch
@@ -0,0 +1,20 @@
+--- a/tools/tools.pro	2012-02-20 23:18:32.978137903 -0200
++++ b/tools/tools.pro	2012-02-20 23:18:08.283955958 -0200
+@@ -8,6 +8,6 @@
+             SUBDIRS = designer
+         } else:wince* {
+             SUBDIRS = qtestlib designer
+-        } else {
++        } else:!embedded {
+             SUBDIRS = assistant \
+                       pixeltool \
+@@ -29,8 +29,8 @@
+     }
+ }
+ 
+-!wince*:!symbian:SUBDIRS += linguist
++!embedded:!wince*:!symbian:SUBDIRS += linguist
+ 
+ mac {
+     SUBDIRS += macdeployqt
+ }
-- 
1.7.9.1



More information about the buildroot mailing list