Hello,

I have recently built QT 5.4 on the new Raspberry Pi2, changing the 
qtbase/mkspecs/devices/linux-rasp-pi-g++/qmake.conf build flags which i had to 
adjust to : 
-marm  -mfpu=neon -mtune=cortex-a7 -march=armv7-a -mabi=aapcs-linux
That went fine and everything was generated without much issues.

Then i tried to build a couple samples and i’m encountering something strange 
mainly with the qml webview.

If I build for instance one of the qtwebkit-examples example named flickrview, 
the app starts, i will get a screen, the bottom bar is filled with images and 
the Webview area is just black.
The only log i am getting when starting the sample on the RPI2 is :

QML debugging is enabled. Only use this in a safe environment.
Failed to start " "QtWebProcess" 15"

I am getting the same kind of issues with an application of mine using the qml 
webview.

I have no idea on how to sort this out, i tried to build qt in debug but the 
symbols are way too big to be useable on RPI2.

Any hint is very welcome :)

Lionel.


_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to