Qt: Difference between revisions

From 太極
Jump to navigation Jump to search
Line 1: Line 1:
= Background/News =
= Uses =
* http://www.omgubuntu.co.uk/2013/03/unity-next-project-announced
* http://www.omgubuntu.co.uk/2013/03/unity-next-project-announced
* RStudio is written in the C++ programming language and uses the Qt framework for its graphical user interface. See http://en.wikipedia.org/wiki/RStudio
* RStudio is written in the C++ programming language and uses the Qt framework for its graphical user interface. See http://en.wikipedia.org/wiki/RStudio
* Qt is used in a lot of places. See some example in [http://en.wikipedia.org/wiki/Qt_framework#Uses wikipedia]. Some famous ones are Mathematica, DreamWorks, Google, HP, KDE, Samsung, Skype, Ubuntu, VirtualBox, VLC, Volvo, etc.
* Qt is used in a lot of places. See some example in [http://en.wikipedia.org/wiki/Qt_framework#Uses wikipedia]. Some famous ones are Mathematica, DreamWorks, Google Earth, HP, KDE, Samsung, Skype, Ubuntu, VirtualBox, VLC, Volvo, etc.
* [http://www.meegoexperts.com/2011/03/10-qt-cases-we-didn%E2%80%99t/ 10 Qt use cases “we” didn’t know]


= How to distribute Qt application =
= How to distribute Qt application =

Revision as of 16:11, 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