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
该程序需要intel MKL库,该库是我通过Intel的install.sh脚本安装的。此外,我已经将MKL目录添加到main.pro中,以便它可以“查看”它们。这是什么错误?即来自qmake吗?老实说,我有点茫然。英特尔MKL安装程序告诉我,正式不支持Ubuntu 20.04 LTS,因此,如果我遇到这个问题,我想我将其降级到19.10 LTS。
有任何想法吗?