Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. [SOLVED]What should be the size of Qt Built output?
QtWS25 Last Chance

[SOLVED]What should be the size of Qt Built output?

Scheduled Pinned Locked Moved Mobile and Embedded
3 Posts 2 Posters 829 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.
  • S Offline
    S Offline
    Sriee
    wrote on last edited by
    #1

    I cross compiled a sample HTML5 application which comes along with Qt Creator for QNX RTOS. I could get a .exe file in the build directory.

    The size of the exe file is just 51 KB. I want to know whether it is the desired output?

    P.S
    I assumed sinced it is cross compiling it should bind Libraries of Qt along with my application to create an ,exe file atleast greater than 1MB.

    1 Reply Last reply
    0
    • S Offline
      S Offline
      s.frings74
      wrote on last edited by
      #2

      The libraries are separate *.dll files outside the *.exe file. So 51kB is no surprise to me.

      I have currently a small Android application in work, which is only 700kb small - including debug information and a downloader for the Ministro service.

      Another example for comparision: notepad.exe from Windows 7 is only 170kb small.

      1 Reply Last reply
      0
      • S Offline
        S Offline
        Sriee
        wrote on last edited by
        #3

        Thanks for the clarification

        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