[oe] [RFH] qt4-tools-sdk not providing right values

Otavio Salvador otavio at ossystems.com.br
Tue Feb 15 11:18:09 UTC 2011


On Tue, Feb 15, 2011 at 10:57, Otavio Salvador <otavio at ossystems.com.br> wrote:
> On Tue, Feb 15, 2011 at 09:58, Eric Bénard <eric at eukrea.com> wrote:
...
>> Can you try this :
>> create a qt.conf in /usr/local/angstrom/arm/bin
>> with the following content :
>> [Paths]
>> Prefix = /usr/local/angstrom/arm/arm-angstrom-linux-gnueabi/usr
...
>> then qmake -query reports correct paths :
>> QT_INSTALL_PREFIX:/usr/local/angstrom/arm/arm-angstrom-linux-gnueabi/usr
>> QT_INSTALL_HEADERS:/usr/local/angstrom/arm/arm-angstrom-linux-gnueabi/usr/include
>> QT_INSTALL_LIBS:/usr/local/angstrom/arm/arm-angstrom-linux-gnueabi/usr/lib
>>
>> Can you try if that also works with CMake ?
>
> It works for qmake but CMake keep not working.

Comparing with my desktop it shows why it fails. QT_INSTALL_HEADERS is
wrong since it ought to point to '.../include/qtopia/' and so on.

It seems we'll need to have a custom qt.conf  with many values for it to work.

The following qt.conf makes things better (but not working yet)

[Paths]
Prefix = /opt/sdk/osnetboot-terminal/i586/i586-oe-linux/
Headers = include/qt4/
Plugins = lib/qt4/plugins/
Binaries = ../bin/

-- 
Otavio Salvador                             O.S. Systems
E-mail: otavio at ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br




More information about the Openembedded-devel mailing list