views:

679

answers:

1

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

+2  A: 

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.

antti.huima