So I've recently done a (fresh) installation of Ubuntu 20.04 LTS and I'm trying to install IBOview, which I had working on 18.04 LTS. As it describes in the README, and as I successfully did before, I tried to compile it with qmake-qt4 -o Makefile main.pro && make -j 4
but it prints the following error:
Project ERROR: Unknown module(s) in QT: script
The program requires the intel MKL libraries, which I have installed via Intel's install.sh script. Furthermore, I've added the MKL directory to main.pro so it can 'see' them. What kind of error is this? i.e. is it from qmake? I'm at a bit of a loss to be honest. The intel MKL installer told me that Ubuntu 20.04 LTS is not officially supported so if that's the problem I guess I will just downgrade to 19.10 LTS which is...
Any ideas?