Qt: Difference between revisions

From 太極
Jump to navigation Jump to search
No edit summary
Line 14: Line 14:
* http://qt-project.org/wiki/Build_Standalone_Qt_Application_for_Windows
* http://qt-project.org/wiki/Build_Standalone_Qt_Application_for_Windows
* http://qt-project.org/doc/qt-4.8/deployment-windows.html
* http://qt-project.org/doc/qt-4.8/deployment-windows.html
& http://qt-project.org/wiki/How_to_build_a_static_Qt_version_for_Windows_with_gcc
* http://qt-project.org/wiki/How_to_build_a_static_Qt_version_for_Windows_with_gcc

Revision as of 15:24, 6 May 2013

How to distribute Qt application

In my first example of GUI with button & label, I need to put 7 dll files in the same exe directory.

  • icudt49.dll (17MB)
  • icuin49.dll (1.3MB)
  • icuuc49.dll (1MB)
  • Qt5Cored.dll (7MB)
  • Qt5Guid.dll (5.5MB)
  • Qt5Widgets.dll (4MB)
  • Qt5Widgetsd.dll (7.5MB)

Google: how to reploy application on windows, how to build qt contains all dll static on windows