On the other hand, if this the usecase is limited WRT screen real-estate, tell 'someone' to get an N900, setup extras-devel install qt4-experimental-declarative-qmlviewer :)
On Mac - you can use the macdeployqt script to package a .dmg of qmlviewer and add the QML file there - alternatively write a term script that opens that qmlviewer with a specific .qml file Hope this helps, Henrik On Jun 30, 2010, at 12:51 PM, ext [email protected] wrote: > Hi, > > we don't provide any package just containing the qmlviewer so far. You can, > however, assemble it on your own: Just go to the 'bin' folder of your > creator, and copy > > * qmlviewer.exe > * Qt*.dll > * all subfolders > > into e.g. a zip file. If the creator you're using is compiled with MSVC you > also need the according visual studio runtime redistributables though. It's > easiest just to install them once globally on the target system (just placing > the dlls into the bin folder would require some Manifest patching IIRC, so > that they're 'found' by the plugin dlls. But my memory might betray me here > ...). > > You're actually not the first one asking for this :) The reason why we don't > provide packages (yet) is first and foremost bandwidth (we'd have to build / > test yet another package). Also, I personally think we should avoid the > notion that qmlviewer is meant for deployment. We instead will extend > QtCreator such that creating you can create your own C++ application wrapper > / main.cpp easily, and then you'd ship this app instead of the qmlviewer > executable. > > Kai > > > -- > 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: [email protected] [[email protected]] On Behalf > Of Paasonen Jukka (Nokia-D/Helsinki) > Sent: Wednesday, June 30, 2010 11:42 AM > To: [email protected] > Subject: [Qt-qml] QML viewer distributable > > Hello, > Would there be any changes to have a standalone qmlviewer which could be > distributed along with any QML file? > As now if I wish to demonstrate any QML application to someone by using a PC, > I need to install Qt Creator. > This binary could simply ask in a dialog which QML file to be opened and > which parameters to use. > > Or is still possible already and/or have I missed something? > > Jukka Paasonen > > _______________________________________________ > Qt-qml mailing list > [email protected] > http://lists.trolltech.com/mailman/listinfo/qt-qml > > _______________________________________________ > Qt-qml mailing list > [email protected] > http://lists.trolltech.com/mailman/listinfo/qt-qml -- Henrik Hartz, Senior Qt Product Manager Qt Development, Nokia _______________________________________________ Qt-qml mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-qml
