Qt: Difference between revisions

From 太極
Jump to navigation Jump to search
Line 23: Line 23:
* http://stackoverflow.com/questions/15153910/qt-build-to-a-single-exe-file-without-dlls
* http://stackoverflow.com/questions/15153910/qt-build-to-a-single-exe-file-without-dlls
* http://yjyao.com/2011/02/how-to-deploy-your-qt-application.html
* http://yjyao.com/2011/02/how-to-deploy-your-qt-application.html
= Basic =
* Frame
* Dock window

Revision as of 16:23, 7 May 2013

Uses

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

Basic

  • Frame
  • Dock window