Hey guys, so here's the thing:
I'm cross compiling a web browser made in qt using QtWebKit. I was able to successfully compile/run on my OS (Linux), but when i change to my embedded kit, it gives me an error saying: "QtWebKit/QtWebView: No such file or directory".

Can i import that library from my other kit? If so, how?

I have Qt 5.5.1 to my linux and Qt 4.7 to my Embedded.
Thanks for the attention <3