Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt WebKit
  4. Patch in qmake to split libQtWebkit.so
Forum Updated to NodeBB v4.3 + New Features

Patch in qmake to split libQtWebkit.so

Scheduled Pinned Locked Moved Qt WebKit
1 Posts 1 Posters 2.0k Views 1 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.
  • V Offline
    V Offline
    ViswSubha
    wrote on last edited by
    #1

    The size of the libQtWebkit.so for MIPS comes aroud 30MB. Is there a patch in qmake where we can split the libQtWebkit.so? By adding QTDIR_build in QT_CONFIG solve the purpose. I am a newbie to QT ad qmake. I saw the following comments in project file

    @
    CONFIG(QTDIR_build) {
    include($$QT_SOURCE_TREE/src/qbase.pri)
    # The following lines are to prevent qmake from adding the jscore, webcore and webkit2 libs to libQtWebKit's prl dependencies.
    # The compromise we have to accept by disabling explicitlib is to drop support to link QtWebKit and QtScript
    # statically in applications (which isn't used often because, among other things, of licensing obstacles).
    CONFIG -= explicitlib
    CONFIG -= staticlib
    }
    @

    Does this mean the jScore and Webcore static library not get included in Webkit Shared library?

    [EDIT: code formatting, please wrap in @-tags, Volker]

    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