diff options
author | Matthias Hentges <oe@hentges.net> | 2006-03-30 16:48:13 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-30 16:48:13 +0000 |
commit | 3b7dddd7bc2d21c17b99a3fae6ae83a495a704f4 (patch) | |
tree | 6a97b0808ef34fc9d2b887e7a613da83f9e5b5de /packages/qt/qt-x11-free-4.1.1/no-tools.patch | |
parent | 6da5f18190e4348f33125ba1546944e6613eb93b (diff) | |
parent | 3f4c13aa412fde10108c0484627aa69e6e3d577a (diff) |
merge of 4089b02c1852c1619a06b04106854c9297b0bcbc
and 9f344d76f36ce0e29d4c8846cf1ec7be90ab5ff8
Diffstat (limited to 'packages/qt/qt-x11-free-4.1.1/no-tools.patch')
-rw-r--r-- | packages/qt/qt-x11-free-4.1.1/no-tools.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/qt/qt-x11-free-4.1.1/no-tools.patch b/packages/qt/qt-x11-free-4.1.1/no-tools.patch new file mode 100644 index 0000000000..75a146a838 --- /dev/null +++ b/packages/qt/qt-x11-free-4.1.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 { |