![]() |
2011-04-12
, 07:36
|
Posts: 724 |
Thanked: 1,255 times |
Joined on Nov 2007
@ Cambridge, UK
|
#2
|
![]() |
2011-04-12
, 08:02
|
Posts: 395 |
Thanked: 509 times |
Joined on Jan 2011
@ Brisbane, Australia
|
#3
|
/usr/bin/scratchbox -d $PWD make $@
![]() |
2011-04-12
, 19:34
|
Posts: 395 |
Thanked: 509 times |
Joined on Jan 2011
@ Brisbane, Australia
|
#4
|
![]() |
2011-04-12
, 22:18
|
Posts: 466 |
Thanked: 661 times |
Joined on Jan 2009
|
#5
|
I did it the other way round: Copy the standard ubuntu cursors to the scratchbox environment (where all cursors are invisible ones by default) and then install QtCreator inside scratchbox. Log in to scratchbox and run "DISPLAY=:0 /path/to/qtcreator" and you're done. The only thing that has to be changed in QtCreator is the start commandline which should run "run-standalone.sh $yourapp" and also export the display to :2.
![]() |
2011-04-12
, 22:37
|
Posts: 395 |
Thanked: 509 times |
Joined on Jan 2011
@ Brisbane, Australia
|
#6
|
![]() |
2011-04-13
, 02:30
|
Posts: 466 |
Thanked: 661 times |
Joined on Jan 2009
|
#7
|
The Following User Says Thank You to jackburton For This Useful Post: | ||
![]() |
2011-04-13
, 03:46
|
Posts: 395 |
Thanked: 509 times |
Joined on Jan 2011
@ Brisbane, Australia
|
#8
|
![]() |
2011-04-13
, 07:49
|
Posts: 724 |
Thanked: 1,255 times |
Joined on Nov 2007
@ Cambridge, UK
|
#9
|
![]() |
2011-04-13
, 08:42
|
Posts: 395 |
Thanked: 509 times |
Joined on Jan 2011
@ Brisbane, Australia
|
#10
|
Currently im using QtCreator with my n900 to compile/player, but its slow to transfer/compile/run and its getting annoyed having to plugin the n900 everytime I want to test some stuff.
How can I setup QtCreator to use scratchbox/xephyr to build/run or QEMU or something? I cant really find anything on it, well if I am finding things on it im not sure if I should be using scratchbox or not etc.