Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

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

    Mobile and Embedded
    2
    3
    712
    Loading More Posts
    • 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
      Sriee last edited by

      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 Reply Quote 0
      • S
        s.frings74 last edited by

        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 Reply Quote 0
        • S
          Sriee last edited by

          Thanks for the clarification

          1 Reply Last reply Reply Quote 0
          • First post
            Last post