I am faced with the error, while I try to make, after running cmake ..
"fatal error: ui_about.h: No such file or directory"
After quite some search, the issue seems to be with qt. I ran the following command, to instann the prerequisites associated with qt
sudo apt-get install qt5-qmake qt5-default qttools5-dev-tools libqt5script5 libqt5scripttools5 qtscript5-dev
The error still exists. Any direction towards solving this?