you are viewing a single comment's thread
view the rest of the comments
[–] 2 points 1 month ago (1 child)

Couldn't find any info, so maybe someone here knows: Is QT statically linkable, in particular when used from Rust? That's something that I really value in fltk.

  • source
  • hideshow 2 child comments
  • [–] 2 points 1 month ago (1 child)

    Not really in practice. In older versions I have done it, but they really don't want you to. The binaries are only distributed as shared libraries, so you at least need to build Qt from source. And also whenever I build recent Qt apps even with QtWidgets it has a load of plugin files and other nonsense that it needs.

    I'm sure it's possible with enough work but it's not simple like with fltk or egui or gpui.

  • source
  • parent
  • hideshow 2 child comments