On Tue, Feb 15, 2011 at 10:57, Otavio Salvador <[email protected]> wrote: > On Tue, Feb 15, 2011 at 09:58, Eric Bénard <[email protected]> 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: [email protected] http://www.ossystems.com.br Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
