Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Size of QtWebKit (5.5) on Mac OSX
Forum Updated to NodeBB v4.3 + New Features

Size of QtWebKit (5.5) on Mac OSX

Scheduled Pinned Locked Moved Installation and Deployment
qtwebkitdeploymentsizeqt5.5osx
3 Posts 3 Posters 2.0k Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    maximo
    wrote on last edited by
    #1

    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?

    K 1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Depending on what you use, you might also need QtWebKitWidgets

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • M maximo

        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?

        K Offline
        K Offline
        Konstantin Tokarev
        wrote on last edited by
        #3

        @maximo Depending on needs of your application you may create a customized build of QtWebKit without some features, which may substantially reduce binary size.

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved