Peter Van Eynde
changed
bug 9641
Comment # 11
on bug 9641
from Peter Van Eynde
(In reply to comment #9)
> Scratch that, it installed Qt in '/usr/local/Qt-5.2.1', so I could add that
> to PKG_CONFIG_PATH and PATH for the pkgconfig and bin dirs to get past that
> block.
> Now it gets stuck here:
I don't know what I'm doing but the header files are simply not there.
I 'fixed' it by doing:
cd ${Qt_root}/5.2.1/clang_64/lib/
for i in *.framework ; do
[ -d $i/Versions/5/Headers/ ] &&
ln -s `pwd`/$i/Versions/5/Headers/ \
${Qt_root}/5.2.1/clang_64/include/${i%.framework}
done
then it compiles ... and even runs!
Peter
You are receiving this mail because:
- You are watching all bug changes.