On Tue, Dec 11, 2012 at 12:45 AM, Ziller Eike <[email protected]> wrote: > > On 11.12.2012, at 09:34, Mark <[email protected]> wrote: > >> On Tue, Dec 11, 2012 at 4:44 AM, Alan Alpert <[email protected]> wrote: >>> I'd like to remind people that qmlviewer and qmlscene are not meant >>> ... >> >> Ohh.. qmlviewer and qmlscene are not runtimes? I didn't know that. >> Then how are we supposed to deploy QML based applications right now in >> Qt 4.8.x? > > I suppose one way to do it, is to take what the "Qt Quick Application" wizard > in Qt Creator creates. >
Might I point to the Qt 4.8.x documentation? http://doc.qt.digia.com/qt/qmlruntime.html . The page shows you how to create your own runtime in C++ (this is basically the same as the Qt Quick Application template in Qt Creator. That is not a coincidence.), and that qmlviewer is for development and debugging. -- Alan Alpert _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
