summaryrefslogtreecommitdiff
path: root/packages/qt/qt-x11-free-4.0.1/no-tools.patch
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2005-09-03 14:14:08 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-09-03 14:14:08 +0000
commit8b51f47c34471dd985fcbe3aa5afe48e8e2e7f89 (patch)
tree71b0671c8dc0a0f69ebea05e5fd2ff3a441794d7 /packages/qt/qt-x11-free-4.0.1/no-tools.patch
parent19a7b5450a58a870ea2fbe1a202d2a450969914d (diff)
qt4/x11: add patches necessary for clean cross compilation
Diffstat (limited to 'packages/qt/qt-x11-free-4.0.1/no-tools.patch')
-rw-r--r--packages/qt/qt-x11-free-4.0.1/no-tools.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/qt/qt-x11-free-4.0.1/no-tools.patch b/packages/qt/qt-x11-free-4.0.1/no-tools.patch
new file mode 100644
index 0000000000..75a146a838
--- /dev/null
+++ b/packages/qt/qt-x11-free-4.0.1/no-tools.patch
@@ -0,0 +1,16 @@
+
+#
+# Patch managed by http://www.holgerschurig.de/patcher.html
+#
+
+--- qt-x11-opensource-src-4.0.1/src/src.pro~no-tools
++++ qt-x11-opensource-src-4.0.1/src/src.pro
+@@ -3,7 +3,7 @@
+
+ # this order is important
+ win32:SUBDIRS += winmain
+-SUBDIRS += tools/moc tools/rcc tools/uic corelib xml gui sql network
++SUBDIRS += corelib xml gui sql network
+ !embedded:contains(QT_CONFIG, opengl): SUBDIRS += opengl
+ contains(QT_CONFIG, qt3support): SUBDIRS += qt3support
+ !cross_compile {