Qt: Difference between revisions
Jump to navigation
Jump to search
(→Basic) |
|||
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 | ||
= How to Build static Qt on Windows = | |||
* http://www.qtcentre.org/wiki/index.php?title=Building_static_Qt_on_Windows | |||
= Basic = | = Basic = | ||
* Frame (seems to be the same as 'Dock' in Qt's language) | * Frame (seems to be the same as 'Dock' in Qt's language) | ||
* Dock window/Dock Widget http://qt-project.org/doc/qt-4.8/mainwindows-dockwidgets.html | * Dock window/Dock Widget http://qt-project.org/doc/qt-4.8/mainwindows-dockwidgets.html |
Revision as of 07:49, 8 May 2013
Uses
- 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, http://support.rstudio.org/help/discussions/suggestions/3154-rstudio-and-qt-5 and Linux platform or Windows platform.
- Qt is used in a lot of places. See some example in wikipedia. Some famous ones are Mathematica, DreamWorks, Google Earth, HP, KDE, Roku TV box, Samsung, Skype, Ubuntu, VirtualBox, VLC, Volvo, etc.
- 10 Qt use cases “we” didn’t know
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
- 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/wiki/How_to_build_a_static_Qt_version_for_Windows_with_gcc
- 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
How to Build static Qt on Windows
Basic
- Frame (seems to be the same as 'Dock' in Qt's language)
- Dock window/Dock Widget http://qt-project.org/doc/qt-4.8/mainwindows-dockwidgets.html