Qt Runtime Installer for Windows

Qt Runtime Installer for Windows

Prologue

Deploying Qt applications on Windows needs some DLL files to execute , such as QtCore4.dll , QtGui4.dll ..etc.

I was looking for Qt Runtime installer such as Gtk Runtime Installer for a long time, but I still can't find anything similarly.

The Qt official information indicated that they don't have Qt runtime installer , so I have to build one by myself.

Here is the message from Qt official:
Thank you for your query.

However, I am afraid that we do not provide a "run-time" installer for
the Qt libraries. You could make your own installer that copies the
libraries automatically, though.

Kind regards,

Stian Thomassen, Support Engineer
Trolltech ASA, Norway
XD , I don't know I shoud use "runtime" or "run-time" at that time. plz pardon me for my poor english. (大家可以盡量婊我沒關係)

The runtime installer I built was made by NSIS script.

DLL List

  • Qt3Support4.dll
  • QtAssistantClient4.dll
  • QtCore4.dll
  • QtDesigner4.dll
  • QtDesignerComponents4.dll
  • QtGui4.dll
  • QtNetwork4.dll
  • QtOpenGL4.dll
  • QtScript4.dll
  • QtSql4.dll
  • QtSvg4.dll
  • QtTest4.dll
  • QtXml4.dll

Download

Comments