Question

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

Was it helpful?

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top