Size of QtWebKit (5.5) on Mac OSX
-
wrote on 6 Sept 2015, 02:39 last edited by
For deploying a webkit widget in my Qt application, and dynamically linking this to Qt on deployment, how can I determine how much larger in MB the application will become? I'm weighing options whether to use the webkit widget or not, you see.
I mean, I look here:
/Users/me/Qt/5.5/clang_64/lib/QtWebKit.framework/Versions/Current
...and it says that the dynamic shared link library file "QtWebKit" is 38MB. Is that all I'll need in order to use this component?
-
Hi,
Depending on what you use, you might also need QtWebKitWidgets
-
For deploying a webkit widget in my Qt application, and dynamically linking this to Qt on deployment, how can I determine how much larger in MB the application will become? I'm weighing options whether to use the webkit widget or not, you see.
I mean, I look here:
/Users/me/Qt/5.5/clang_64/lib/QtWebKit.framework/Versions/Current
...and it says that the dynamic shared link library file "QtWebKit" is 38MB. Is that all I'll need in order to use this component?
wrote on 11 Feb 2016, 13:21 last edited by@maximo Depending on needs of your application you may create a customized build of QtWebKit without some features, which may substantially reduce binary size.