Hi all,
I compiled Qt5 for my Raspberry Pi following this [gigabytes.it] 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
↧