OESF Portables Forum

Everything Else => Zaurus - Everything Development => Distros, Development, and Model Specific Forums => Archived Forums => Qt/Qtopia => Topic started by: jgrauman on July 20, 2005, 12:44:00 am

Title: Qt4 Development
Post by: jgrauman on July 20, 2005, 12:44:00 am
Hello all,

I have a custom application that runs on Qt4/X11 and uses MySQL 4.1 and am wondering how hard it will be to get to run on a Zaurus (I'm thinking C1000). I realize that Qt4/Embedded is not quite released yet, but Trolltech has snapshots of it on their website, and it shouldn't be too long. I assume I can just get a Debian package of MySQL 4.1 and the binaries/libraries should work.? My main question is how to do the linking with MySQL. Right now, I can just add -lmysqlclient and my app compiles. But how will I do that with the cross-compiler (I don't know too much about cross-compiling). Also, does anyone have any knowledge about how fast MySQL will run on a Zaurus? I plan on putting my DB ( < 200MB) on a CompactFlash Card (40x). Any/all info related to this is appreciated. Thanks.

Josh
Title: Qt4 Development
Post by: koen on July 20, 2005, 02:36:41 am
Quote
Hello all,

I have a custom application that runs on Qt4/X11 and uses MySQL 4.1 and am wondering how hard it will be to get to run on a Zaurus (I'm thinking C1000). I realize that Qt4/Embedded is not quite released yet, but Trolltech has snapshots of it on their website, and it shouldn't be too long. I assume I can just get a Debian package of MySQL 4.1 and the binaries/libraries should work.? My main question is how to do the linking with MySQL. Right now, I can just add -lmysqlclient and my app compiles. But how will I do that with the cross-compiler (I don't know too much about cross-compiling). Also, does anyone have any knowledge about how fast MySQL will run on a Zaurus? I plan on putting my DB ( < 200MB) on a CompactFlash Card (40x). Any/all info related to this is appreciated. Thanks.

Josh
[div align=\"right\"][a href=\"index.php?act=findpost&pid=88886\"][{POST_SNAPBACK}][/a][/div]

Install a distro which comes with X instead of that blasted QT/e and all your problems are over
Title: Qt4 Development
Post by: jgrauman on July 20, 2005, 12:26:56 pm
Quote
Install a distro which comes with X instead of that blasted QT/e and all your problems are over
[div align=\"right\"][a href=\"index.php?act=findpost&pid=88893\"][{POST_SNAPBACK}][/a][/div]

I would like to squeeze as much speed / RAM out of the Zaurus as possible, as my app is pretty much all I want to run on it. I figured that using Qt/Embedded would run faster since it renders directly to the Framebuffer instead of using X. Plus, I *think* that Version 4 of Qt/E is source compatible with Qt4/X11. Anyone tried Qt4/Embedded yet? Thanks.

Josh