OESF Portables Forum

Everything Else => Zaurus - Everything Development => Distros, Development, and Model Specific Forums => Archived Forums => OpenZaurus/Opie/Qtopia => Topic started by: ShiroiKuma on June 08, 2006, 04:26:56 am

Title: Qt Toolkit, Header Files
Post by: ShiroiKuma on June 08, 2006, 04:26:56 am
I'm trying to compile Qbedic for GPE under 3.5.4.1-rc4.

For some reason I assumed that the qt dev package has the header files, but it doesn't, i.e. the build fails with
Code: [Select]
qmainwindow.h: No such file or directory
qtextbrowser.h: No such file or directory
I've looked into many files from the feed, that I thought could include these, but no such luck.

I've bitbaked qt4-x11-free since I thought it would have the includes, but I don't seem to have them.

Which package should I install/bitbake to get these?
Title: Qt Toolkit, Header Files
Post by: Mickeyl on June 08, 2006, 09:34:47 pm
You compile _on_ the device?
Title: Qt Toolkit, Header Files
Post by: ShiroiKuma on June 09, 2006, 04:58:33 am
Quote
You compile _on_ the device?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=130468\"][{POST_SNAPBACK}][/a][/div]
Sometimes...

OK, maybe I should try this one with bitbake, you're right, but I like to be able to compile little apps like this when I'm on the road only with the Z.

So, yes, I'm trying to do this one on the Z.

I've managed a workaround so far, and packaged the /usr/include/qt stuff from qt4 work directory in bitbake and installed that on the Z. That works.

But not a very "clean" method. Is there really no file with these includes that bitbake produces to be installed on the Z?