Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ./configure \
- -skip wayland -skip qtwebengine -skip qtwayland \
- -ssl -openssl \
- -no-pch -no-use-gold-linker -no-gtk -qt-pcre \
- -nomake tests -nomake examples \
- -reduce-exports \
- -opengl es2 -eglfs \
- -qpa xcb \
- -xcb -qt-xcb \
- -gstreamer \
- -system-freetype \
- -fontconfig \
- -glib \
- -device linux-rasp-pi3-vc4-g++ \
- -device-option CROSS_COMPILE=$BASEPATH/tools/arm-bcm2708/gcc-linaro-7.5.0-2019.12-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf- \
- -sysroot $BASEPATH/sysroot \
- -opensource -confirm-license -release \
- -make libs \
- -prefix $BASEPATH/qt5pi \
- -extprefix $BASEPATH/qt5pi \
- -hostprefix $BASEPATH/qt5 -v
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement