Cannot run static qmake with qt qml and quick plugins
-
Hello,
I am trying to build an application statically using a static build for 5.10.1 I created some time ago. When I run /path/to/static/build/bin/qmake, I get the following error:
Project ERROR: Unknown module(s) in QT: qml quick
I know a lot of people run into this error because their packages aren't installed but I have both qt5-qtdeclarative-devel-5.6.1-10.el7.x86_64 and qt5-qtquickcontrols-5.6.1-10.el7.x86_64 installed. I can also run qmake-qt5 normally, just not when running it through the static build. Is this some version issue I'm having or is there an incorrect setup on my part, please let me know. Thank you!