Quantcast
Channel: QtWebEngine
Viewing all articles
Browse latest Browse all 13965

qmake now uses libs in i386-linux-gnu folder, how to fix?

$
0
0
Hi everyone, I’ve the problem described in the title, I’ve a compiled versione of Qt5 for arm (compiled in ubuntu 9.04) and I’ve moved the compiled qt folder to another machine with Ubuntu 13.10, that’s because it wasn’t compiled by me and I need to use QtCreator3.0.0 The problem is that now qmake points to my libs in /usr/lib/i386-linux-gnu and not to the libs in /usr/local/… How can I fix this problem? By now I’ve modified the Makefile generated, by I want to fix the problem in the qmake (compiled but not yet tested the bin file, so could be broken however) Googling doesn’t give anything useful to me. I think that this kind of problem wasn’t present in ubuntu 9.04 because it’s i386-linux-gnu folder is empty. Thank you.

Viewing all articles
Browse latest Browse all 13965

Trending Articles