Reply
Thread Tools
Posts: 3 | Thanked: 0 times | Joined on Mar 2009
#1
How should I install IDE for developing Qt for maemo and which IDE (eclipse or QtCreator)?

I have managed to install scratchbox and maemo SDK.
I also managed to install Qt 4.5 using apt-get.
But Eclipse I can not get to work in this enviroment.
I have try to install Eclipse inside and outside scratchbox but neiher way does not work.

So if I like to debug my Qt application in maemo, what I should do?
 
Posts: 415 | Thanked: 732 times | Joined on Jan 2009 @ Finland
#2
I haven't tried this and I don't know if it's a good practice to put you eclipse, etc project in your scratchbox home folder and use it from outside of scratchbox. But think that should work. The scratchbox users home folder is /scratchbox/users/USERNAME/home/USERNAME (replace USENAME with your actual username).

Put your project under that folder and you should be able to use any IDE you like to write your SW outside of scratcbox. When you want to test it in Maemo just compile your code inside scratchbox with "qmake && make" and run it with "run-standalone.sh ./binary"

I hope that helps
 

The Following User Says Thank You to timoph For This Useful Post:
Posts: 3 | Thanked: 0 times | Joined on Mar 2009
#3
command line works already, but I like to get IDE work also. So that I can debug using IDE. I do not want to debug using gdb on command line.
 
Posts: 415 | Thanked: 732 times | Joined on Jan 2009 @ Finland
#4
have you tried it with the esbox plugin?

http://esbox.garage.maemo.org/
 
Posts: 3 | Thanked: 0 times | Joined on Mar 2009
#5
Originally Posted by timoph View Post
have you tried it with the esbox plugin?

http://esbox.garage.maemo.org/
Now I have tried to install esbox to different versions of eclipse.
If I get Qt plugin to work then Esbox plugin not work and vise versa.

Eclipse 3.4.2
- Qt plugin works ok
- Esbox not work

Eclipse 3.2.2
- Qt plugin not work
- Esbox works ok
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 15:05.