QT Static Build: libxcb-cursor0 error
-
I want to build a fully static binary from my QT Application. But in the end some libraries are still not linked statically (like libxcb-cursor).
Is there a way to include those libraries inside the binary?My configure command:
sudo ./configure -release -qt-pcre -static -opensource -confirm-license -prefix /home/user/Qt/6.9.1/Build-Static -
I want to build a fully static binary from my QT Application. But in the end some libraries are still not linked statically (like libxcb-cursor).
Is there a way to include those libraries inside the binary?My configure command:
sudo ./configure -release -qt-pcre -static -opensource -confirm-license -prefix /home/user/Qt/6.9.1/Build-Static@etibars said in QT Static Build: libxcb-cursor0 error:
But in the end some libraries are still not linked statically (like libxcb-cursor).
So did you built those libs statically or installed the static versions for them?
-
Hi and welcome to devnet,
As silly as it may sound: download their sources and follow their instructions to build them.