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. Build qtcreator using static linking
QtWS25 Last Chance

Build qtcreator using static linking

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
qtcreatorstatic build
2 Posts 2 Posters 423 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.
  • A Offline
    A Offline
    alexey.ismagilov
    wrote on 19 May 2021, 07:55 last edited by alexey.ismagilov
    #1

    There was a need to build a static version of qtcreator. The reason is simple: the presence of dynamic dependencies that can not always be resolved, and it is more difficult to transfer all the necessary dependencies than to build a static version of qtcreator.

    I was only able to figure out how to build a static version of qt

    Could you tell me how to perform a static build of qtcreator?

    C 1 Reply Last reply 7 Feb 2023, 16:23
    0
    • A alexey.ismagilov
      19 May 2021, 07:55

      There was a need to build a static version of qtcreator. The reason is simple: the presence of dynamic dependencies that can not always be resolved, and it is more difficult to transfer all the necessary dependencies than to build a static version of qtcreator.

      I was only able to figure out how to build a static version of qt

      Could you tell me how to perform a static build of qtcreator?

      C Offline
      C Offline
      cristian-adam
      wrote on 7 Feb 2023, 16:23 last edited by
      #2

      You can use the QTC_STATIC_BUILD CMake variable set to ON to build Qt Creator statically.

      For optimal performance you also need to set CMAKE_INTERPROCEDURAL_OPTIMIZATION to ON.

      1 Reply Last reply
      1

      • Login

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