qt动态发布带phonon的程序

来源:互联网 发布:java 线程池 例子 编辑:程序博客网 时间:2024/05/16 14:01

In order to distribute your Phonon based application to another machine, you need to deploy the following along with your application:

Application directory:

  • yourApplication.exe
  • Visual Studio Redistributable Package
  • phonon4.dll
  • QtCore4.dll
  • QtGui4.dll
  • QtOpenGL4.dll
  • phonon_backend (directory)

It is necessary to copy the QtOpenGL4.dll since the phonon backend relies on this on Windows. The folder named phonon_backend above needs to contain the following file:

phonon_ds9d4.dll

If you are using MinGW, then you need to deploy

libgcc_s_dw2-1.dll
11.362 mingwm10.dll

instead of the Visual Studio Redistributable Package.

原创粉丝点击