Unable to run `make clean` when trying to package Qt5 for macOS
Unsolved
Installation and Deployment
-
I'm trying to package an app that is using gstreamer and I'm getting this error when running
make clean
from inside of the build folder:/home/robert/Qt/5.15.2/gcc_64/bin/qmake -o Makefile ../gigroom/gigroom.pro -spec linux-g++ CONFIG+=qtquickcompiler Project ERROR: gstreamer-1.0 development package not found
I have the following in my .pro file:
PKGCONFIG = \ gstreamer-1.0 \ gstreamer-video-1.0 \ gstreamer-gl-1.0
Ideas?
-
Hi,
How did you install GStreamer ?
Where is it located ?