싱글 소스 다운빌드후 qtwayland 관련 라이브러리가 설치되지 않았다. 


소스 다운로드 및 브랜치 변경

git clone git://code.qt.io/qt/qtwayland.git

cd qtwayland

git://code.qt.io/qt/qtwayland.git



qmake 패스설정 /opt/qt5.7/bin

kj@IVIS-KJ:/DATA/5.6buildWayland/5.7qtwayland/qtwayland$ qmake --version
QMake version 3.0
Using Qt version 5.7.0 in /opt/tcc8935/sysroots/cortexa9-vfp-neon-telechips-linux-gnueabi/opt/qt5.7/lib
버전 확인후

$qmake

Checking for wayland... yes
Checking for xkbcommon... yes
Checking for wayland_cursor... yes
Checking for wayland_scanner... yes
Checking for wayland_egl... yes
Checking for brcm_egl... no
Checking for glx... no
Checking for xcomposite... no
Checking for drm_egl_server... yes
Checking for libhybris_egl_server... no


$make -j8

$make -j8  install


libQt5WaylandClient.so

libQt5WaylandCompositor.so


라이브러리 설치 확인


'Qt' 카테고리의 다른 글

Qt Error 모음  (0) 2016.07.18
Qt Compile5.6  (0) 2016.06.28
화면에 잔상  (0) 2016.05.29
Qt 설정작업  (0) 2016.02.01
qmake 비교 작업  (0) 2016.02.01

+ Recent posts