QML Viewer Installer
-
wrote on 22 Nov 2010, 18:53 last edited by
I want the ability to give an installer package for QML viewer to someone inexperienced in programming (manager) so that they can navigate around the UI I have developed in QML. What would be the best way to accomplish this?
-
wrote on 23 Nov 2010, 06:56 last edited by
Just copy the qmlviewer.exe along with QtCore4.dll QtDeclarative4.dll QtGui4.dll QtScript4.dll QtSql4.dll QtNetwork4.dll. Bundle all this together in a single folder and run the qmlviewer.exe from there.
-
wrote on 23 Nov 2010, 07:55 last edited by
And what's about Visual Studio libraries? :)
-
wrote on 23 Nov 2010, 08:41 last edited by
Have you tried it.
I had not installed any separate VS libraries. Its just my normal windows updates.
-
wrote on 23 Nov 2010, 08:52 last edited by
[quote author="QtK" date="1290501711"]Have you tried it.
I had not installed any separate VS libraries. Its just my normal windows updates.[/quote]
Is MSCV installed on your computer? If yes then all required libraries already present. If MSVC is not installed then some MSVC rintime libraries should be added to you computer. See http://doc.trolltech.com/4.6/deployment-windows.html
-
wrote on 23 Nov 2010, 10:17 last edited by
In my case I have not installed anything separately.
-
wrote on 23 Nov 2010, 13:54 last edited by
No MSCV instance exists on management's computer. Would someone be interested in putting together an installsheild (or equivalent) that would manage this whole process for them?
Kyle
-
wrote on 23 Nov 2010, 13:58 last edited by
[quote author="kyleplattner" date="1290520458"]No MSCV instance exists on management's computer. Would someone be interested in putting together an installsheild (or equivalent) that would manage this whole process for them?
Kyle [/quote]
Check and confirm the license and redistribution details before you ask that.
-
wrote on 23 Nov 2010, 15:41 last edited by
Just install Qt SDK on the managers computer and run viewer. Maybe, you should add shortcut to viewer and hide other shortcuts :)
6/9