Could anyone show me right direction to how can i manage QT Creator to compile GUI enabled program and run it on Qtopia installed Micro 2440? I searched but cannot find any begin to end tutorial about it. Thanks for replies. Regards
QT IDE For QT Embedded
Hi Dear, I used arm-qte4.6.3 http://www.friendlyarm.net/forum/topic/1582 after compile QtE-4.6.3 go to Qt creator open your project ... 1) Projects -> General -> Qt Version -> Manage in this point push the plus button and add the QtE bin directory ... Ex : /usr/local/Trolltech/QtEmbedded-4.6.3-arm/bin/qmake and then in Qt Version Choose that what you made. 2) Projects -> Build Steps -> Additional arguments add this ... -spec /usr/local/Trolltech/QtEmbedded-4.6.3-arm/mkspecs/qws/linux-arm-g++ its done. after this when you build you project maybe you see an error ... no matter just use make in a terminal cause build command provided a Make file for you. but I HAVE PROBLEM ... when you want to run it on the board you should use -qws . and in qtopia it like a background app .... and tile now i cant solve it ... IS THERE ANY IDEA?
"and in qtopia it like a background app" : when you run the qt4.6.3 prog., you must close qtopia.because qtopia&qt different.if you want run prog under qtopia, you must write qtopia app, not qt.