Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. [Solved]Very large .dll to distribute my program

[Solved]Very large .dll to distribute my program

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 1.3k Views
  • 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.
  • G Offline
    G Offline
    Gradient
    wrote on last edited by
    #1

    I want to distribute the .so or .dll files. Is it normal that Qt5Guid.dll, Qt5Cored.dll and Qt5Widgetsd.dll together are 300MB. Is there a way to reduce it in order to provide a "light" software to the user?

    1 Reply Last reply
    0
    • M Offline
      M Offline
      MuldeR
      wrote on last edited by
      #2

      Qt5Guid.dll, Qt5Cored.dll are Debug DLL's, so you normally don't distribute those!

      For distribution you should make a Release version that uses Qt5Gui.dll, Qt5Core.dll and so on...

      Release DLL's should be quite a bit smaller than Debug versions...

      My OpenSource software at: http://muldersoft.com/

      Qt v4.8.6 MSVC 2013, static/shared: http://goo.gl/BXqhrS

      Go visit the coop: http://youtu.be/Jay...

      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