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
Forum Updated to NodeBB v4.3 + New Features

Build qtcreator using static linking

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
qtcreatorstatic build
2 Posts 2 Posters 443 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 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?

    cristian-adamC 1 Reply Last reply
    0
    • A alexey.ismagilov

      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?

      cristian-adamC Offline
      cristian-adamC Offline
      cristian-adam
      wrote on 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