Hi Eugene, ext Rudenko Eugene schrieb: > Hello, thank you for las fixes, Qt-creator has builded without errors with > MADDE support on MacOs. > > Only two questions: > 1. What about on-device debug with madde?
It will be supported out of the box, but might currently not work properly because of the old and outdated GDB version included in MADDE. > 2. What about build config for MADDE? Theres no need to specify your own build configuration, here are some steps you could try: - Setup your maemo target using the madde shell, most likely fremantle-qt-<Some version here>, no further shell action needed - Set the MADDE Qt version in Creator's 'Qt Version' setting by pointing inside MADDE/targets/<FREMANTLE-TARGET>/bin/ to qmake - Make sure to not point it to qmake-qt4 - Add a maemo ssh device configuration and test the connection - Create a new project using the former added Qt Version - Use the 'Projects Mode' to set your projects run configuration to use the former added maemo device configuration - Now 'Run' or 'Debug' should deploy the app and start it remote Regards, -- Karsten Heimrich - karsten.heimrich (AT) nokia.com Software Engineer - Nokia, Qt Development Frameworks Rudower Chaussee 13, 12489 Berlin, Germany Nokia gate5 GmbH Firmensitz: Invalidenstr. 117, 10115 Berlin, Germany Registergericht: Amtsgericht Charlottenburg, Berlin: HRB 106443 B Umsatzsteueridentifikationsnummer: DE 812 845 193 Geschäftsführer: Dr. Michael Halbherr, Karim Tähtivuori _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
