![]() |
2010-03-08
, 08:41
|
Posts: 432 |
Thanked: 645 times |
Joined on Mar 2009
|
#2
|
![]() |
2010-03-08
, 11:51
|
Posts: 225 |
Thanked: 64 times |
Joined on Feb 2010
|
#3
|
![]() |
2010-03-08
, 11:54
|
|
Posts: 754 |
Thanked: 630 times |
Joined on Sep 2009
@ London
|
#4
|
.....
I havent found any resources that say that 4.6 madde is available and links with QtCreator in windows.. did I miss something?
![]() |
2010-03-09
, 16:12
|
Posts: 42 |
Thanked: 123 times |
Joined on Feb 2010
|
#5
|
Did a lot of reading, around last night, and wow.. the options list is vast. Basically I wanted:
A nice, easy IDE to write apps in (I figured QtCreator w/ Qt 4.6 on windows)
My apps to work on an N900
I figured I'd just write and debug them in Windows and then copy the sources to the N900 and compile them there.
After chewing over the idea with the guys in freenode #dt-memo (possibly even you, if youre daniel_ki) it seems that a dumb way, because the compilation will be slow
So it seems I either:
Use scratchbox, compile to arm ina terminal, copy to device
Use QtCreator and madde, but be stuck at 4.5
I havent found any resources that say that 4.6 madde is available and links with QtCreator in windows.. did I miss something?
The Following 4 Users Say Thank You to code For This Useful Post: | ||
![]() |
2010-03-09
, 16:21
|
|
Posts: 754 |
Thanked: 630 times |
Joined on Sep 2009
@ London
|
#6
|
"/opt/libqt4-maemo5/bin/qmake-qt4"/opt/qt4-maemo5/bin/qmake
After binary file is complied underfremantleARMEL target, copy it to your N900's /home/user folder.
The Following User Says Thank You to krk969 For This Useful Post: | ||
i want to do my qt4.6 dev using windows then copy the src to the phone and compile
i cannot get the dev package to install as instructed inthe wiki because it depends on 2 open gl packs and a sqlite3 pack that arent in the devel repo. i added a repo for the gl packs, a closed nokia-binaries one that i need a token for and i got the sqlite one from a subdirectory of the devel repo server but they now wont install because they need libc6-dev package and i cant find that anywhere
can anyone tell me how to make apt get IGNORE these deps (dont plan on using gl or sqlite) or alternately how to gwt this libqt4-maemo5-dev pack to install?
ive already successfully removed qt 4.5 from my n900
thanks