Qt5 for Raspberry Pi. X11 or FrameBuffer?
-
wrote on 13 Dec 2012, 15:01 last edited by
Hi all,
I compiled Qt5 for my Raspberry Pi following "this":http://www.gigabytes.it/blog/2012/11/qt-5-su-raspberry-pi good (italian) tutorial .Now I can build application for the board but it seems Qt was compiled for execution in framebuffer (I can execute it without X11).
What should I have done to compile for X11 ?
This is my configure:
@
./configure -opensource -confirm-license -no-pch -prefix /opt/qt5-raspi -release -force-debug-info -device linux-rasp-pi-g++ -make libs -nomake tests -nomake examples -opengl es2 -device-option CROSS_COMPILE=/opt/arm-toolchain/bin/arm-linux-gnueabihf- -sysroot /opt/raspbian-chroot
@
1/1