Digital Recipe

[QT] QT 5.0 배포판 제작 공식 문서 본문

프로그래밍/C/C++/QT

[QT] QT 5.0 배포판 제작 공식 문서

노리터 2013. 3. 28. 13:32

Deploying an Application on Windows

This documentation will describe how to determine which files you should include in your distribution, and how to make sure that the application will find them at run-time. We will demonstrate the procedures in terms of deploying the Plug & Paint application that is provided in Qt's examples directory.

 http://qt-project.org/doc/qt-5.0/qtdoc/deployment-windows.html




Deploying Qt Applications

Deploying an Qt application does not require any C++ programming. All you need to do is to build Qt and your application in release mode, following the procedures described in this documentation. We will demonstrate the procedures in terms of deploying the Plug & Paintapplication that is provided in Qt's examples directory.

 http://qt-project.org/doc/qt-5.0/qtdoc/deployment.html



Q&A

Q1. After providing all the dependencies, I run the application and nothing appears

 https://bugreports.qt-project.org/browse/QTBUG-28766





Posted by Hoseok Seo

2013. 03. 28

Comments