Results 1 to 20 of 31

Thread: Deploy the huge QtWebKit4.dll

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jun 2010
    Posts
    86
    Thanks
    10
    Thanked 6 Times in 4 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Deploy the huge QtWebKit4.dll

    Quote Originally Posted by wysota View Post
    You can always strip out some functionality but let's face it -- there is not much to be stripped if you want full HTML5, CSS and JavaScript support. The only benefit I see from having an application built statically is to use i.e. upx to compress the executable but then it will still be decompressed in memory when ran so it's just a matter of how large the deployment archive is.
    I couldn't strip out anything from WebKit, qconfig doesn't mention it in its list.

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: Deploy the huge QtWebKit4.dll

    A few megabytes in a download that is fetched by thousands of times adds up very quickly and can make a dent in limited hosting budgets. That said, the Qt release libraries do compact well in the average Windows deployment system (Linux etc. compression is similar/better). If you use UPX on the libraries first then the distribution archive will not compress them further but they will retain a reduced installed size (at the slight expense of performance).

    You also need to be aware that WebKit is licensed under the LGPL only. This has effects for static linkage in commercial projects (regardless of whether you have a commercial Qt licence).

Similar Threads

  1. HUGE BUG in Windows Installation!!!
    By joandelason in forum Installation and Deployment
    Replies: 9
    Last Post: 22nd March 2010, 09:07
  2. How to compile my QtWebKit4.dll in Qt4.5
    By cspp in forum Installation and Deployment
    Replies: 1
    Last Post: 16th June 2009, 09:06
  3. Huge Text File
    By mcosta in forum Qt Programming
    Replies: 3
    Last Post: 11th January 2008, 19:23
  4. Huge tableview low performance
    By semoser in forum Qt Programming
    Replies: 9
    Last Post: 9th November 2006, 17:58

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.