diff options
author | Ihar Hrachyshka <ihar.hrachyshka@gmail.com> | 2009-07-02 01:25:23 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-07-07 17:42:22 +0200 |
commit | 7ad718cfd64aff6f3492dfb7163628bc100760e2 (patch) | |
tree | 0b8354a73504e86d5302480096b761c18abef7ab /recipes/qt4/qt4-embedded-4.5.2/0003-no-tools.patch | |
parent | 9e01be7741b9830c404be598b8688fe3d8bb0c12 (diff) |
qt4: updated version to 4.5.2.
Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/qt4/qt4-embedded-4.5.2/0003-no-tools.patch')
-rw-r--r-- | recipes/qt4/qt4-embedded-4.5.2/0003-no-tools.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/qt4/qt4-embedded-4.5.2/0003-no-tools.patch b/recipes/qt4/qt4-embedded-4.5.2/0003-no-tools.patch new file mode 100644 index 0000000000..3829ffcdc5 --- /dev/null +++ b/recipes/qt4/qt4-embedded-4.5.2/0003-no-tools.patch @@ -0,0 +1,18 @@ +Index: qt-embedded-linux-opensource-src-4.5.0/src/src.pro +=================================================================== +--- qt-embedded-linux-opensource-src-4.5.0.orig/src/src.pro 2009-02-25 22:32:41.000000000 +0100 ++++ qt-embedded-linux-opensource-src-4.5.0/src/src.pro 2009-03-26 17:11:07.000000000 +0100 +@@ -6,12 +6,9 @@ + wince*:{ + SRC_SUBDIRS += src_corelib src_xml src_gui src_sql src_network src_script src_testlib + } else { +- SRC_SUBDIRS += src_tools_bootstrap src_tools_moc src_tools_rcc src_tools_uic src_corelib src_xml src_network src_gui src_sql src_script src_testlib ++ SRC_SUBDIRS += src_corelib src_xml src_network src_gui src_sql src_script src_testlib + contains(QT_CONFIG, qt3support): SRC_SUBDIRS += src_qt3support + contains(QT_CONFIG, dbus):SRC_SUBDIRS += src_dbus +- !cross_compile { +- contains(QT_CONFIG, qt3support): SRC_SUBDIRS += src_tools_uic3 +- } + } + win32:!contains(QT_EDITION, OpenSource|Console): { + SRC_SUBDIRS += src_activeqt |