QT 5.4 & Qtwayland
I have successfully built QT 5.4 from the beta sources package and that is working fine. Now I wanted to check soem of the apps i have with QtWayland. when configuring qt for a cross build, i saw that...
View ArticleQWebKit and GPU acceleration
Hello everyone. Im using QtWebKit and openning some webpages that have css effects (typically translations for some scrolling effects). I have the feeling that QWebKit is not using any GPU acceleration...
View ArticleBuilding Webengine on rpi
I have managed to cross build most of qt 5.4 on rpi, although i was willing to give a shot at webengine as it is supposed to bring some hw acceleration into webview. although it seems that it wont...
View ArticleQt5 on Pi - the future
Got Qt4 running on the Pi without too much issue with aptitude package manager…..s..l…o…w…compiling natively but fairly casually installed. Qt 5 on the other hand seems a horrific...
View ArticleQt5.3.2 cross-compile : how to enable eglfs plugin
I have been trying to cross compile Qt 5.3.2 following this tutorial [ics.com] and without eglfs and egl the build succeeds. But when I try to compile it with eglfs and egl I’m getting the following...
View ArticleHow can I develop qt app for raspberry on desktop
I want to develop qt app on my desktop pc and run on raspberry. is it possible ? I found this video on youtube [youtube.com] but I did not find necessary tools. How can I do this ? I use Arch Linux on...
View ArticleUbuntu 14.04 and cross compile QtWebkit for rasbian
I manage to compile basic QT 5.2 and QT 5.3 to rasbian, but when trying to compile qtwebkit module I get these errors ./wtf/unicode/icu/UnicodeIcu.h:29:27: fatal error: unicode/uchar.h: I have...
View Article[SOLVED] qt 5.4 on raspberry pi 2 native or cross compile need help
i need to port a project to the raspberry pi 2 but i can’t seem to set up qt for a native build or cross compile
View ArticleQt 5.4 Compile problem for Raspberry Pi
I try compile qt 5.4 from sources. But I get this error: Precompiled-headers support enabled. /usr/bin/g++ -c -fvisibility=hidden fvisibility.c Symbol visibility control enabled. /usr/bin/g++ -o...
View ArticleBuild qt project on Raspberry Pi
Hello, I’ve created a project with QTCreator. I want to compile it on my Raspberry Pi. When I launch qmake function, I have this error : Project ERROR: Unknown module(s) in QT: multimedia...
View Article[SOLVED] QtQuick not full-screen application, platform xcb
Hi, I have some simple QtQuick-based application for my Raspberry: QML GUI that displays data collected from I2C device. It works fine, but only in full-screen mode, and only on monitor connected to...
View ArticleQt 5.4 Compile problem for Raspberry Pi again
Hey guys, first of all, thanks for all the work you spent on this project. I’m really looking forward to develop my first Qt applications for the pi. First of all, I am using ubuntu 14.10 64Bit. I...
View Article