Advertisement
Guest User

Untitled

a guest
Jul 21st, 2020
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. ./configure \
  2. -skip wayland -skip qtwebengine -skip qtwayland \
  3. -ssl -openssl \
  4. -no-pch -no-use-gold-linker -no-gtk -qt-pcre \
  5. -nomake tests -nomake examples \
  6. -reduce-exports \
  7. -opengl es2 -eglfs \
  8. -qpa xcb \
  9. -xcb -qt-xcb \
  10. -gstreamer \
  11. -system-freetype \
  12. -fontconfig \
  13. -glib \
  14. -device linux-rasp-pi3-vc4-g++ \
  15. -device-option CROSS_COMPILE=$BASEPATH/tools/arm-bcm2708/gcc-linaro-7.5.0-2019.12-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf- \
  16. -sysroot $BASEPATH/sysroot \
  17. -opensource -confirm-license -release \
  18. -make libs \
  19. -prefix $BASEPATH/qt5pi \
  20. -extprefix $BASEPATH/qt5pi \
  21. -hostprefix $BASEPATH/qt5 -v
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement