I have a working project on Qt 5.5 and I had to migrate to Qt 5.8 to use the new QCharts
feature. When I tried to compile a working project (Qt 5.5) I get the following error;
:-1: error: no such file or directory: '5.8/5.8/clang_64/lib'
What does this mean? How do I resolve this?
UPDATE According to the comment I checked the director is missing;
Qt needs '5.8/5.8/clang_64/lib'
But my system directory is: 5.8/clang_64/lib'
.
I added a 5.8
folder but then Qt reports it cannot locate the qmake
file at 5.8/clang_64/lib'
.
What would be my next step?