[Qt-interest] QML project on symbian

kai.koehne at nokia.com kai.koehne at nokia.com
Fri Sep 30 09:07:35 CEST 2011


Hi,

You should indeed create a .pro file based Qt Quick Application for deployment on the device. But that's actually easy to do: You can create this alongside your .qmlproject if you start the wizard and select your existing main.qml file in the second page of the wizard.

Alternatively you can also copy over the .qml files + start qmlviewer by hand, but that's not supported from within Qt Creator.

(sorry for top-posting, stupid Outlook Web Access ...)

--
Kai Koehne
Software Engineer
Nokia, Qt Development Frameworks

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
________________________________
From: qt-interest-bounces+kai.koehne=nokia.com at qt.nokia.com [qt-interest-bounces+kai.koehne=nokia.com at qt.nokia.com] on behalf of ext Alan Ezust [alan.ezust at gmail.com]
Sent: Thursday, September 29, 2011 8:30 PM
To: Michele Ciampichetti
Cc: qt-interest at qt.nokia.com
Subject: Re: [Qt-interest] QML project on symbian



On Wed, Sep 28, 2011 at 12:58 AM, Michele Ciampichetti <cia.michele at gmail.com<mailto:cia.michele at gmail.com>> wrote:
GoodMorning to all,
I'm trying to deploy a demo qmlproject into my symbian device but... I don't find the build button :) I'm using snake demo qmlproject.

Is it possible deploy it on symbian device? Or I need to add a C++ project and show a QDeclarativeView component so I could build the project?

On Symbian, I've only seen the latter (a C++ app that creates a QDeclarativeView). All of the examples from qt-components for symbian have such a thing.

Is there is a way to associate QML files so they open automatically in QMLviewer?
If so, then you can just copy the qml files over with no deploy step.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20110930/566cb159/attachment.html 


More information about the Qt-interest-old mailing list