Results 1 to 2 of 2

Thread: How can I made an App without the big dll-s

  1. #1
    Join Date
    Apr 2011
    Posts
    16
    Qt products
    Qt4
    Platforms
    Windows

    Default How can I made an App without the big dll-s

    If I want to send my app to another Win without QT, off course that want the QT dll files what I used.

    My app want that file as well:
    QtGui4 (10mb)

    I'm sure, the program don't need the all from the dll.
    So my question is, how can I minimize that files size?

    Thanks a lot!
    Last edited by krisztiantobias; 19th August 2012 at 22:48.

  2. #2
    Join Date
    Oct 2009
    Posts
    483
    Thanked 97 Times in 94 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: How can I made an App without the big dll-s

    You need to link your program with static versions of the Qt libraries you use ; you'll have to compile those yourself first. See the documentation for details.

Similar Threads

  1. Replies: 3
    Last Post: 15th August 2012, 01:29
  2. programe made from QT CREATOR
    By vlcounjbc in forum Qt Programming
    Replies: 1
    Last Post: 10th February 2012, 19:02
  3. Can a portion of QGraphicsView be made to freeze?
    By penny in forum Qt Programming
    Replies: 5
    Last Post: 14th March 2011, 08:43
  4. Replies: 6
    Last Post: 17th November 2010, 19:27
  5. Table made from QLabels
    By T4ng10r in forum Qt Programming
    Replies: 1
    Last Post: 25th April 2007, 07: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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.