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. Why there is no official static Windows build?
Forum Update on Monday, May 27th 2025

Why there is no official static Windows build?

Scheduled Pinned Locked Moved Installation and Deployment
2 Posts 2 Posters 838 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.
  • J Offline
    J Offline
    Jacek Poplawski
    wrote on last edited by
    #1

    I use Qt installed for Windows/mingw and whole development environment looks complete with the exception of deployement process.

    Could you explain why there is no official package with static Qt build for Windows?

    I read many guides and forum threads about building it, but this is very hard task, you need to build multiple things before Qt, then you need to do some magic to build Qt. Isn't better to just provide static build in installer?

    Or maybe I miss something and static build is not what you typicaly do to deploy on Windows. Then what's the preferred way?

    1 Reply Last reply
    0
    • K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      welcome to devnet

      The windows deployment is "described here":http://qt-project.org/doc/qt-5.1/qtdoc/deployment-windows.html
      Using static libs has some implications to the "license for application.":http://qt-project.org/products/licensing
      For static build more different builds would be necessary. Different memory and threading models would require different builds. Therefore, it is also a capacity problem.

      Vote the answer(s) that helped you to solve your issue(s)

      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