Skip to content
New issue

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

fatal error: ui_about.h: No such file or directory #8

Open
tonystark12 opened this issue Oct 25, 2017 · 4 comments
Open

fatal error: ui_about.h: No such file or directory #8

tonystark12 opened this issue Oct 25, 2017 · 4 comments

Comments

@tonystark12
Copy link

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?

@hanshan1
Copy link

me too

@tonystark12
Copy link
Author

try installing qtbase5. It solved for me.

@dawchile
Copy link

sudo apt-get update
sudo apt-get install qtbase5-dev

Solved for me too!!!!
Thanks!

@dmitriy-nz
Copy link

#7 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants