We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
me too
Sorry, something went wrong.
try installing qtbase5. It solved for me.
sudo apt-get update sudo apt-get install qtbase5-dev
Solved for me too!!!! Thanks!
#7 (comment)
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: