Hi, ext Rudenko Eugene schrieb: > Hello all. > During my research with qt-creator I found plugin for maemo development.
I guess you are talking about maemo-qt-plugin as can be found here: http://gforge.embedded.ufcg.edu.br/projects/maemo-qt-plugin This plugin was developed by an external group, not by the Qt Creator team. So unfortunately I can't tell much about the plugin. > Regarding this I have some questions: > 1. Is it feature works only inside of scratchbox, or I can use it on > Mac OS and connect to virtual device remotely ? From a first glance it looks like that it will only work in combination with scratchbox. > 2. Is it worked with current Maemo5 Freemantle SDK or it requires new > MADDE SDK? I guess it will need Maemo5 Freemantle SDK. > 3. Is there any How-to or quick start guide about development of qt > applications with qt-creator on maemo. You could try this: http://labs.trolltech.com/blogs/2009/12/26/building-qt-46-for-maemo-5-apps-on-mac-os-x We have some experimental support in Qt Creator already, to enable it one needs to set QTCREATOR_WITH_MAEMO in the environment and compile Qt Creator from master. This implementation supports MADDE, once you have installed it set the Qt Version to MADDE/targets/fremantle*/bin/qmake. There's also an Option dialog for setting up the ssh connection type on how to access the device in the Qt Creator preferences panel. These link could be helpful as well: http://maemoteam.wordpress.com/2009/12/22/a-small-presentpreview-from-the-developer-platform-team/ Please note once madde is installed, there should be no need to run the madde command line tool. There's also a .deb package in the madde downloads section that installs an app on the N900 to make it easier to setup the device for development. Hope that helps, Karsten _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
