GoodAfternoon to all,
I'm a newbie of QML programming, and I trie to run an example founded on the net (at this link http://developer.qt.nokia.com/wiki/M...ith_Qt_and_QML), which show how use QML integrated into C++ and QT application.

I coded this example and I test on my develop machine and... It's run!!
My problem is how deploy this example on another pc that don't have the QT SDK.

I see that all the QML component aren't incapsulate into the executable and they must be in the same folder of the executable. Usinig Dependency Walker I've see which DLL need to the executable and i put them into the executable's folder.

I've moved the folder to other machine, and the software run but... It cannot execute javascript file used to defining the base function of the example (create the images and the firework effect at the keyboard press).
I've trie to modify path into QML files to access various file, but no way.

Have you got any ideas on it?

Thanks for your time.

Michele