You can also use the toolchain provided by raspberry pi foundation https://github.com/raspberrypi/tools.
I have managed to cross compile qt5.4 in release, compiling in debug will fail with the following error : http://pastebin.com/M5KrCN1p
Then if i use the release build, any project using QWebView will segfault (ie browser sample).
Anyone experienced this ?