<feed xmlns='http://www.w3.org/2005/Atom'>
<title>multitech-oe.git/recipes/qt4/files, branch org.openembedded.dev</title>
<subtitle>Multi-Tech CoreCDP 1.x OpenEmbedded Tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/'/>
<entry>
<title>qt4-embedded: fix decorations and mouse configs</title>
<updated>2010-05-10T15:24:41+00:00</updated>
<author>
<name>Koen Kooi</name>
<email>koen@openembedded.org</email>
</author>
<published>2010-05-09T08:55:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=acd000615cb77c4805f43df177fbe08cd2244195'/>
<id>acd000615cb77c4805f43df177fbe08cd2244195</id>
<content type='text'>
Imported from http://arago-project.org/git/?p=arago.git;a=commitdiff;h=0fe5a365d34a07f93861741e25c5cfaaf662aa1c
Original patch done by Denys Dmytriyenko
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Imported from http://arago-project.org/git/?p=arago.git;a=commitdiff;h=0fe5a365d34a07f93861741e25c5cfaaf662aa1c
Original patch done by Denys Dmytriyenko
</pre>
</div>
</content>
</entry>
<entry>
<title>qt4: add 4.6.2</title>
<updated>2010-02-17T08:43:47+00:00</updated>
<author>
<name>Koen Kooi</name>
<email>koen@openembedded.org</email>
</author>
<published>2010-02-16T09:47:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=fba63ed00f92f939529bd1fd1f47a8d715f8bea8'/>
<id>fba63ed00f92f939529bd1fd1f47a8d715f8bea8</id>
<content type='text'>
* 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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 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
</pre>
</div>
</content>
</entry>
<entry>
<title>qt4: Make it possible to set the QMAKE_QT_CONFIG variable</title>
<updated>2009-08-11T01:11:50+00:00</updated>
<author>
<name>Holger Hans Peter Freyther</name>
<email>zecke@selfish.org</email>
</author>
<published>2009-08-10T11:09:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=16e1b32d6991d551c5f86c588669de4521dad4b9'/>
<id>16e1b32d6991d551c5f86c588669de4521dad4b9</id>
<content type='text'>
this way we will find the qconfig.pri and all library names
will be set correctly. This means that the SDK is usable to
compile Qt applications out of the box.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this way we will find the qconfig.pri and all library names
will be set correctly. This means that the SDK is usable to
compile Qt applications out of the box.
</pre>
</div>
</content>
</entry>
<entry>
<title>qt4: Hack out the pg_config invocation on configure</title>
<updated>2009-08-10T04:49:52+00:00</updated>
<author>
<name>Holger Hans Peter Freyther</name>
<email>zecke@selfish.org</email>
</author>
<published>2009-08-10T04:33:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=f20d7d2a7e87b6c9fa8f368cce8813188c80f00c'/>
<id>f20d7d2a7e87b6c9fa8f368cce8813188c80f00c</id>
<content type='text'>
Currently the configure script of Qt is invoking pg_config
which is a native application and not staged. Even though
we pass the directory with the header files we will fail
the postgres test as pg_config from the host will tell us
something about /usr/include.

There is no need for us to check pg_config, hack it out.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently the configure script of Qt is invoking pg_config
which is a native application and not staged. Even though
we pass the directory with the header files we will fail
the postgres test as pg_config from the host will tell us
something about /usr/include.

There is no need for us to check pg_config, hack it out.
</pre>
</div>
</content>
</entry>
<entry>
<title>qt4: Add patch to fix the visibility and bsymbolic detection</title>
<updated>2009-08-01T11:16:09+00:00</updated>
<author>
<name>Holger Hans Peter Freyther</name>
<email>zecke@selfish.org</email>
</author>
<published>2009-08-01T07:16:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=7d34a1965b6a650c06e298331d45165c094f8248'/>
<id>7d34a1965b6a650c06e298331d45165c094f8248</id>
<content type='text'>
Do not use "$COMPILER" to execute the test. This fails when
the passed compiler is something like "ccache gcc".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Do not use "$COMPILER" to execute the test. This fails when
the passed compiler is something like "ccache gcc".
</pre>
</div>
</content>
</entry>
<entry>
<title>qt4-embedded: reworked directory layout for the next changes.</title>
<updated>2009-06-10T03:21:18+00:00</updated>
<author>
<name>Ihar Hrachyshka</name>
<email>ihar.hrachyshka@gmail.com</email>
</author>
<published>2009-06-03T05:37:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=aa4f2443717b56127f12c3385460547c5f5f2410'/>
<id>aa4f2443717b56127f12c3385460547c5f5f2410</id>
<content type='text'>
Signed-off-by: Ihar Hrachyshka &lt;ihar.hrachyshka@gmail.com&gt;
Acked-by: Tom Rini &lt;trini@embeddedalley.com&gt;
Acked-by: Denys Dmytriyenko &lt;denis@denix.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Ihar Hrachyshka &lt;ihar.hrachyshka@gmail.com&gt;
Acked-by: Tom Rini &lt;trini@embeddedalley.com&gt;
Acked-by: Denys Dmytriyenko &lt;denis@denix.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>qmake2.bbclass: add OE_QMAKE_QDBUSXML2CPP and OE_QMAKE_QDBUSCPP2XML</title>
<updated>2009-04-24T17:50:02+00:00</updated>
<author>
<name>Jeremy Lainé</name>
<email>jeremy.laine@m4x.org</email>
</author>
<published>2009-04-24T17:50:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=fce876f33d514633db77bfeba1a5e1b39f40c550'/>
<id>fce876f33d514633db77bfeba1a5e1b39f40c550</id>
<content type='text'>
From: Otavio Salvador &lt;otavio@ossystems.com.br&gt;

Signed-off-by: Otavio Salvador &lt;otavio@debian.org&gt;
Acked-by: Jeremy Lainé &lt;jeremy.laine@bolloretelecom.eu&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Otavio Salvador &lt;otavio@ossystems.com.br&gt;

Signed-off-by: Otavio Salvador &lt;otavio@debian.org&gt;
Acked-by: Jeremy Lainé &lt;jeremy.laine@bolloretelecom.eu&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>qt4: update from 4.5.0 to 4.5.1</title>
<updated>2009-04-24T06:43:51+00:00</updated>
<author>
<name>Jeremy Lainé</name>
<email>jeremy.laine@m4x.org</email>
</author>
<published>2009-04-24T06:43:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=f5daa62a4430164c4f9f7c34e8d7c53e37af8875'/>
<id>f5daa62a4430164c4f9f7c34e8d7c53e37af8875</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>qt4-tools-native: set LFLAGS to pick up zlib from staging</title>
<updated>2009-04-02T07:51:36+00:00</updated>
<author>
<name>Jeremy Lainé</name>
<email>jeremy.laine@m4x.org</email>
</author>
<published>2009-04-02T07:51:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=8f61b0343b6c56644fdaa8fa3e84e1c29d3f47b9'/>
<id>8f61b0343b6c56644fdaa8fa3e84e1c29d3f47b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>qt4-embedded: add version 4.5.0</title>
<updated>2009-03-26T18:59:18+00:00</updated>
<author>
<name>Jeremy Lainé</name>
<email>jeremy.laine@m4x.org</email>
</author>
<published>2009-03-26T18:59:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=d3224e2c27fa9e92f2e5bbfeb562a39e1b0f6065'/>
<id>d3224e2c27fa9e92f2e5bbfeb562a39e1b0f6065</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
