Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Qt setup files are very large
Forum Updated to NodeBB v4.3 + New Features

Qt setup files are very large

Scheduled Pinned Locked Moved Installation and Deployment
6 Posts 3 Posters 1.8k 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.
  • ? Offline
    ? Offline
    A Former User
    wrote on last edited by
    #1

    Hello,

    I dont know if somebody asked this question before. Well i dont know the current situation in Qt. But previously when i want to create a setup file for my application i need to include some Qt libraries and so on. It makes the setup file very large in size. Is there a better way to reduce the size like in Visual studio.

    Best Regards
    Ansif

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      If your application is Open Sourced, or you have the Commercial License for Qt, you can build Qt and your application statically, that would reduce the binary size a bit.

      You can also build without ICU to lower the amount of stuff to be shipped.

      (Z(:^

      1 Reply Last reply
      1
      • ? Offline
        ? Offline
        A Former User
        wrote on last edited by
        #3

        [quote author="sierdzio" date="1388046464"]If your application is Open Sourced, or you have the Commercial License for Qt, you can build Qt and your application statically, that would reduce the binary size a bit.

        You can also build without ICU to lower the amount of stuff to be shipped.[/quote]

        Thanks for this. But what about Release build, Will it needs any more stuffs to be included in making the setup program. I am using Qt network and core libraries

        1 Reply Last reply
        0
        • sierdzioS Offline
          sierdzioS Offline
          sierdzio
          Moderators
          wrote on last edited by
          #4

          Dependencies vary a lot, as every app is different ;) For standard Windows build you need release versions of QtCode.dll, QtNetwork.dll, the platform plugin platforms/qwindows.dll, ICU libraries (libicu*, it weights quite a lot), MSVC runtime, OpenGL libs (or ANGLE). This adds up to, IIRC, about 20-40 MiB, depending on your setup.

          It's much less on Linux and much more on Mac OS X. Platforms are all different :D

          (Z(:^

          1 Reply Last reply
          1
          • ? Offline
            ? Offline
            A Former User
            wrote on last edited by
            #5

            [quote author="sierdzio" date="1388051221"]Dependencies vary a lot, as every app is different ;) For standard Windows build you need release versions of QtCode.dll, QtNetwork.dll, the platform plugin platforms/qwindows.dll, ICU libraries (libicu*, it weights quite a lot), MSVC runtime, OpenGL libs (or ANGLE). This adds up to, IIRC, about 20-40 MiB, depending on your setup.

            It's much less on Linux and much more on Mac OS X. Platforms are all different :D[/quote]

            Yes it is. Thanks for the information.

            1 Reply Last reply
            0
            • Pau no cu do QTP Offline
              Pau no cu do QTP Offline
              Pau no cu do QT
              Banned
              wrote on last edited by
              #6
              This post is deleted!
              1 Reply Last reply
              -4

              • Login

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • Users
              • Groups
              • Search
              • Get Qt Extensions
              • Unsolved