libudev.h


204

libudev.so.1  libudev.so.1.6.0 


http://man7.org/linux/man-pages/man3/libudev.3.html


Qt for Embedded Linux 


임베디드 리눅스 시스템에서는 멀티 플랫폼 플러그인으로 다음을 사용한다. :  EGLFS, LinuxFB, KMS, DirectFB, Wayland.


대부분 기본으로 EGLFS 를 사용한다 . 다른 플러그인을 사용하려면 QT_QPA_PLATFORM 환경변수를 변경한다.


특정 디바이스 설정.

...




임베디드 리눅스에서 윈도윙 시스템을 위한 플랫 폼 플러그인


XCB


일반적으로 데스크톱 리눅스 플랫폼에서 사용되는 x11플러그인이다. 


권장하지 않지만 eglfs 같은 플러그인이 더 낳은 성능, 하드웨어 가속을 제공한다.


Wayland

Wayland is a light-weight windowing system; or more precisely, it is a protocol for clients to talk to a display server.

The Qt Wayland module provides a wayland platform plugin that allows Qt application to connect to a Wayland compositor.

Note: Please note that you may experience issues with touch screen input with the Westonreference compositor. Please refer to the Qt Wiki for further information.



http://doc.qt.io/qt-5/embedded-linux.html 

'Qt' 카테고리의 다른 글

qtwayland5.7인 설치  (0) 2016.06.27
화면에 잔상  (0) 2016.05.29
qmake 비교 작업  (0) 2016.02.01
GStreamer 설치  (0) 2015.11.21
Qt using libtag  (0) 2015.11.17

/opt/myqt/test/qt-everywhere-opensource-src-5.5.1/qtbase/mkspecs/linux-arm-gnueabi-g++

/home/kwangjo/samba/kw/systemd/tmp/sysroots/x86_64-linux/usr/lib/qt5/mkspecs/linux-oe-g++


두개를 비교하였다.


'Qt' 카테고리의 다른 글

화면에 잔상  (0) 2016.05.29
Qt 설정작업  (0) 2016.02.01
GStreamer 설치  (0) 2015.11.21
Qt using libtag  (0) 2015.11.17
멋진 플레이어  (0) 2015.11.16

+ Recent posts