-
Notifications
You must be signed in to change notification settings - Fork 6
/
auto_config.sh
29 lines (28 loc) · 1.06 KB
/
auto_config.sh
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
#!/bin/bash
../qt-everywhere-src-5.14.2/configure \
-xplatform linux-arm-som-rk3568 \
-prefix /media/admin_/RK3568SDK/shadow_build_qt_5.14.2/sysbase/qt5.14.2_install \
-sysroot /media/admin_/RK3568SDK/rk3588_sysroot \
-I ~/sysroot/usr/include \
-L ~/sysroot/usr/lib \
-L ~/sysroot/usr/lib/aarch64-linux-gnu \
-L ~/sysroot/lib \
-release -opensource -confirm-license \
-opengl es2 \
-gstreamer 1.0 \
-skip qtmacextras -skip qtandroidextras -skip qtlocation -skip qtscxml -skip qtxmlpatterns \
-skip qtactiveqt -skip qtsensors -skip qtconnectivity -skip webview -skip qtandroidextras \
-skip qtwebchannel -skip qtpurchasing -skip qtwebglplugin -skip qtwebengine -skip qtremoteobjects \
-skip qtspeech -skip qtnetworkauth -skip qt3d -skip qtcharts -skip qtgamepad -skip qtdoc \
-skip qttools -skip qtdatavis3d -skip qtlottie -skip qtmacextras -skip qtquick3d -skip qtwayland -skip qtwinextras \
-nomake tests -nomake examples \
-make libs \
-pch \
-qt-libjpeg \
-qt-libpng \
-qt-zlib \
-no-sse2 \
-no-openssl \
-no-cups \
-no-glib \
-no-separate-debug-info \