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. Version control of Qt compiled files
Forum Updated to NodeBB v4.3 + New Features

Version control of Qt compiled files

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
4 Posts 2 Posters 374 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.
  • N Offline
    N Offline
    Nan Feng
    wrote on last edited by
    #1

    Qt source code compilation, which file is used to control the version information of the generated .dll file (for example: 5.15.2)?

    jsulmJ 1 Reply Last reply
    0
    • N Nan Feng

      Qt source code compilation, which file is used to control the version information of the generated .dll file (for example: 5.15.2)?

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Nan-Feng said in Version control of Qt compiled files:

      which file is used to control the version information of the generated .dll file (for example: 5.15.2)?

      It's not file, it is branch/tag you check out before building.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • N Offline
        N Offline
        Nan Feng
        wrote on last edited by
        #3

        So is there any way to modify him?
        Another problem is that I want to use Qt 5.15.2 static compilation for the production of installation packages, but the default compilation will cause the final .exe to be very large. If you are compiling QT
        When I skip some modules in 5.15.2, will the size of the .exe be reduced a lot?

        jsulmJ 1 Reply Last reply
        0
        • N Nan Feng

          So is there any way to modify him?
          Another problem is that I want to use Qt 5.15.2 static compilation for the production of installation packages, but the default compilation will cause the final .exe to be very large. If you are compiling QT
          When I skip some modules in 5.15.2, will the size of the .exe be reduced a lot?

          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by jsulm
          #4

          @Nan-Feng said in Version control of Qt compiled files:

          So is there any way to modify him?

          Yes, checkout the branch you want to build (git checkout BRANCH_NAME).

          "When I skip some modules in 5.15.2, will the size of the .exe be reduced a lot?" - no, because with static compilation only libs (in fact only used parts of the libs) which are used by your app are linked into your executable. Don't expect small exe files if you use static libs.

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          3

          • Login

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