문제

I'm trying to get started with embedded linux Qt Development, and I've built Qt for embedded linux, and built QVFb but when I launch any of the example programs I get an error that a driver isn't found.

./analogclock -qws -display QVFb:0
QVFb: driver not found

Any idea what I've done wrong? Do I need to configure Qt for embedded and QVFb at the same time and rebuild everything?

도움이 되었습니까?

해결책

have you qt configured with

-plugin-gfx-qvfb

option?

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top