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
    Apr 2010
    Posts
    769
    Thanks
    1
    Thanked 94 Times in 86 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11

    Default Re: Deploy the huge QtWebKit4.dll

    You're not convincing me that 15-20 MB is a problem.

    My first personal computer had 64k of memory, only half of which was available to applications. There are still a few of these around and working, but I don't bother constraining my applications to run on them.

    Once again, the answer at the end of the day is simple - you're out of luck. Webkit isn't modular, and doesn't allow you to make use of subsets of its library. If Webkit's size is a problem, you'll have to find some other way to do whatever it is you're working on.

  2. #2
    Join Date
    Jul 2010
    Posts
    21
    Thanked 5 Times in 5 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Deploy the huge QtWebKit4.dll

    If you want to optimize your binaries for size on Win32, you might want to consider using the MS compiler. The size of the release version QtWebKit4.dll (Qt 4.6.3) is less than 10 MB when built with VS 2008.
    Last edited by hobbyist; 25th July 2010 at 17:41.

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.