[Qt-qml] QML Demo for Customer
Andre Somers
andre at familiesomers.nl
Mon Mar 14 15:49:30 CET 2011
Hi,
Op Ma, 14 maart, 2011 7:15 am, schreef Vinayakam Murugan:
> I need to send a QML PC Demo version for my customer to preview. Is it
> possible to send it packaged such that they don't need to install
> qtCreator
> . Also is it possible such that the qml viewer isn't viewable by them
Sure. Just make it a real application. Create a simple application that
just displays a QDeclarativeView, and load your QML code in there from the
Qt resource system. All your QML can be compiled into the application that
way. If you have a commercial Qt licence, you can even compile it
statically and end up with a single executable, otherwise you can use the
LGPL version and distribute the needed Qt .dll files with the executable.
André
More information about the Qt-qml
mailing list