Search code examples
c++qtlinkerphonon

Is it possible to statically link Qt::phonon on windows?


Because of the dependency on DirectShow on windows, is it possible to use a static Qt with my application?


Solution

  • If you link Qt statically and want to distribute your application, you will most likely require a commercial license. The LGPL license (using Qt for free) in practice mandates that you link Qt dynamically.