
Originally Posted by
smehta_ce
Hello Friends, I am very new to QT with Maemo. I need to develop programs for Meamo Diablo sensors like camera, bluetooth etc. For that, can I use QT for Embedded Linux edition for development? If yes, How can I install packeges of QT for Embedded Linux for Maemo Diablo Scratchbox. If no, then how can I program those sensors with Maemo Diablo.
Thanks.
Yes, you can use Qt for those purposes also.
Execute in scratchbox
Code:
apt-get update
apt-cache search qt
this will give you list of the packages related to Qt. You need to install libqt4-gui at least, but maybe some extra packages also like network, sql, depending what you are going to do.