How can I build a Qt for Linux FBDEV
-
Hi guys.
My Qt5 (based on 5.9.5) application has v-sync problem on Odroid C2 board with Ubuntu 18.04.1.
Hardkernel which developer Odroid says it's problem of mali driver for X11.
So I trying to build Qt for linux fbdev.
first to configure qmake
I use below syntax
./configure -prefix "/home/odroid/qt/build" -release -confirm-license -opensource -platform linux-aarch64-gnu-g++ -opengl es2 -no-pch -no-xcb -skip wayland -skip webengine
Is it right?
-
@MintogoDeveloper said in How can I build a Qt for Linux FBDEV:
Hi guys.
My Qt5 (based on 5.9.5) application has v-sync problem on Odroid C2 board with Ubuntu 18.04.1.
Hardkernel which developer Odroid says it's problem of mali driver for X11.
So I trying to build Qt for linux fbdev.
first to configure qmake
I use below syntax
./configure -prefix "/home/odroid/qt/build" -release -confirm-license -opensource -platform linux-aarch64-gnu-g++ -opengl es2 -no-pch -no-xcb -skip wayland -skip webengine
Is it right?
i wonder if it is or not