Static build of project
General and Desktop
2
Posts
2
Posters
723
Views
1
Watching
-
I want to build a program with static binding and add @QMAKE_LFLAGS + = -static@ in the .pro file, but prints an error message
/usr/bin/ld: cannot find -lQt5WebEngineWidgets
/usr/bin/ld: cannot find -lQt5Widgets
/usr/bin/ld: cannot find -lQt5WebEngine
/usr/bin/ld: cannot find -lQt5Quick
/usr/bin/ld: cannot find -lQt5Multimedia
/usr/bin/ld: cannot find -lQt5Gui
/usr/bin/ld: cannot find -lQt5Qml
/usr/bin/ld: cannot find -lQt5Network
/usr/bin/ld: cannot find -lQt5Core
/usr/bin/ld: cannot find -lGL