I was trying to install pyotherside, but when running make
I get:
cd src/ && ( test -e Makefile || /usr/lib/x86_64-linux-gnu/qt5/bin/qmake /home/christian/pyotherside-1.5.1/src/src.pro -o Makefile
) && make -f Makefile
Project MESSAGE: PYTHON_CONFIG = python3-config
Project ERROR: Unknown module(s) in QT: qml quick svg
Makefile:44: recipe for target 'sub-src-make_first' failed
make: *** [sub-src-make_first] Error 3
I already checked this question suggesting to my Qt version would be to old, but qmake --version
shows I have :
QMake version 3.0
Using Qt version 5.5.1 in /usr/lib/x86_64-linux-gnu
which meets the requirements (5.1.0.). What else could it be? I am running Ubuntu 16.04.
You must install the following packages:
List of all Qt5 developement packages, available on Ubuntu.