diff options
author | Koen Kooi <koen@openembedded.org> | 2010-02-16 10:47:02 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-02-17 09:43:47 +0100 |
commit | fba63ed00f92f939529bd1fd1f47a8d715f8bea8 (patch) | |
tree | 113450dc1c92b51d66e0e8c391476ebefbb90ade /recipes/qt4/qt4-embedded-4.6.2/0010-no-simpledecoration-example.patch | |
parent | 7194635729b20c15d41a08c89a30a5a8aabbc090 (diff) |
qt4: add 4.6.2
* fix 4.6.1 references in 4.6.0 files as well
* make qt-config.patch work with QT_NO_CAST_{TO,FROM},ASCII strict checking
Diffstat (limited to 'recipes/qt4/qt4-embedded-4.6.2/0010-no-simpledecoration-example.patch')
-rw-r--r-- | recipes/qt4/qt4-embedded-4.6.2/0010-no-simpledecoration-example.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/qt4/qt4-embedded-4.6.2/0010-no-simpledecoration-example.patch b/recipes/qt4/qt4-embedded-4.6.2/0010-no-simpledecoration-example.patch new file mode 100644 index 0000000000..fce5bba938 --- /dev/null +++ b/recipes/qt4/qt4-embedded-4.6.2/0010-no-simpledecoration-example.patch @@ -0,0 +1,11 @@ +--- /tmp/qws.pro 2009-12-10 19:30:08.000000000 +0100 ++++ qt-everywhere-opensource-src-4.6.0/examples/qws/qws.pro 2009-12-10 19:30:21.000000000 +0100 +@@ -1,7 +1,7 @@ + TEMPLATE = subdirs + # no /dev/fbX + !qnx:!vxworks:SUBDIRS = framebuffer +-SUBDIRS += mousecalibration simpledecoration ++SUBDIRS += mousecalibration + + # install + sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS README *.pro |