PDA

View Full Version : Want to use QT for developing Windows desktop and mac os applications using webkit.



Manjiri
30th September 2015, 11:46
We want to develop application using QT for MAC OS and Windows desktop application.
We want to use webkit in our application.

1) Trying to understand the terms if we want to purchase the license version of Qt for distributing the developed application.

2) Currently there is no Webkit support available for statically linked QT application, but if we purchase the licensed version then will it be possible to get the webkit supported for statically linked application ?

Please let me know.

Thanks

anda_skoa
30th September 2015, 12:28
Whether or not you can statically link webkit is a technical issue.
If QtWebKit can be built as a static library then you can link your application statically against it.

Whether you use Qt under the terms of the LGPL or "commercial" license doesn't impact this, mostly because webkit itself is under LGPL license.

Cheers,
_