virinext / pipeviz

Pipeviz is a gui tool for constructing and testing gstreamer pipelines
GNU General Public License v2.0
116 stars 31 forks source link

unable to build on ubuntu 20 #60

Closed sfahadshahzad closed 1 year ago

sfahadshahzad commented 2 years ago

Hi,

I am getting error when building from source.

QMAKEFEATURES=. qmake pipeviz.pro

Project ERROR: Unknown module(s) in QT: core gui widgets xml

Fahad

dabrain34 commented 2 years ago

You need to install the distributions package for Qt such apt install libqt5widgets5

zdanek commented 1 year ago

I just built it on Ubuntu 20.04, QT 5.15. I assume you checked out into pipeviz directory.

cd pipeviz
mkdir build
cd build
QMAKEFEATURES=. qmake ../pipeviz.pro
make -j 8
./pipeviz