Qt5GStreamer-1.0 installtion guide
-
Hi i need support for install proper way Qt5GStreamer-1.0 on ubuntu. i need guide how to do it?
i want to know why i am getting below error when build the project.
Project ERROR: Qt5GStreamer-1.0 development package not found
23:06:11: The process "/usr/bin/x86_64-linux-gnu-qmake" exited with code 3.
Error while building/deploying project LaserModule (kit: Qt 5.12.8 (System))
When executing step "qmake" -
Hi,
The error text is exactly that: you did not install the development package for that library.
That said, QtGStreamer is not an official Qt module but from the GStreamer folks. Note that it has also been deprecated some times ago.
-
Hi,
The error text is exactly that: you did not install the development package for that library.
That said, QtGStreamer is not an official Qt module but from the GStreamer folks. Note that it has also been deprecated some times ago.
@SGaist said in Qt5GStreamer-1.0 installtion guide:
deprecated
So what i need to do to solve this problem ?
-
@SGaist said in Qt5GStreamer-1.0 installtion guide:
deprecated
So what i need to do to solve this problem ?
@Qt-embedded-developer said in Qt5GStreamer-1.0 installtion guide:
So what i need to do to solve this problem ?
Install libqt5gstreamer-dev maybe?
-
Hi i need support for install proper way Qt5GStreamer-1.0 on ubuntu. i need guide how to do it?
i want to know why i am getting below error when build the project.
Project ERROR: Qt5GStreamer-1.0 development package not found
23:06:11: The process "/usr/bin/x86_64-linux-gnu-qmake" exited with code 3.
Error while building/deploying project LaserModule (kit: Qt 5.12.8 (System))
When executing step "qmake"@Qt-embedded-developer
try to install from this Qt5GStreamer
and example -
@Qt-embedded-developer
try to install from this Qt5GStreamer
and example@anil_arise i have downloaded this tar.gz how to install it
can you tell me simple way?
-
Hi,
The procedure is described in the README file at the root of the project.