Phil Hannent
Phil Hannent

Reputation: 12307

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?

Upvotes: 0

Views: 1114

Answers (1)

Antti Huima
Antti Huima

Reputation: 25512

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.

Upvotes: 4

Related Questions