移植QT 5.11.3 EGLFS文件系统(STM32MP157)

移植QT 5.11.3 EGLFS文件系统(STM32MP157)

正在研究,更新中。

1
sudo apt install libgles2-mesa-dev
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
./configure \
-prefix /opt/qt-armhf-5.11.3 \
-xplatform linux-arm-gnueabi-g++ \
-release \
-opensource \
-confirm-license \
-opengl es2 \
-eglfs \
-no-openssl \
-no-xcb \
-no-compile-examples \
-no-pkg-config \
-no-iconv \
-no-glib \
-skip qt3d \
-skip qtactiveqt \
-skip qtandroidextras \
-skip qtcanvas3d \
-skip qtconnectivity \
-skip qtdatavis3d \
-skip qtdoc \
-skip qtgamepad \
-skip qtlocation \
-skip qtmacextras \
-skip qtnetworkauth \
-skip qtpurchasing \
-skip qtremoteobjects \
-skip qtscript \
-skip qtscxml \
-skip qtsensors \
-skip qtspeech \
-skip qtsvg \
-skip qttools \
-skip qttranslations \
-skip qtwayland \
-skip qtwebengine \
-skip qtwebview \
-skip qtwinextras \
-skip qtx11extras \
-skip qtxmlpatterns \

坚持原创技术分享,您的支持是我前进的动力!