Advertisement
Guest User

Untitled

a guest
May 24th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. ./configure -xplatform arm-xilinx-linux-gnueabi-g++ \
  2. -opensource \
  3. -confirm-license \
  4. -nomake examples \
  5. -skip qtquickcontrols \
  6. -skip qtwebkit \
  7. -skip qtwebchannel \
  8. -skip qtactiveqt \
  9. -skip qtandroidextras \
  10. -skip qtdeclarative \
  11. -skip qtimageformats \
  12. -skip qtmacextras \
  13. -skip qtserialport \
  14. -skip qtx11extras \
  15. -skip qtxmlpatterns \
  16. -skip qtconnectivity \
  17. -skip qtdoc \
  18. -skip qtenginio \
  19. -skip qtgraphicaleffects \
  20. -skip qtlocation \
  21. -skip qtmultimedia \
  22. -skip qtquick1 \
  23. -skip qtsensors \
  24. -skip qttools \
  25. -skip qttranslations \
  26. -skip qtwayland \
  27. -skip qtwebchannel \
  28. -skip qtwebengine \
  29. -skip qtwebkit-examples \
  30. -skip qtwebsockets \
  31. -skip qtwinextras \
  32. -verbose \
  33. -no-gif \
  34. -no-libjpeg \
  35. -no-mtdev \
  36. -no-sql-db2 \
  37. -no-sql-ibase \
  38. -no-sql-mysql \
  39. -no-xcb \
  40. -qt-freetype \
  41. -no-fontconfig \
  42. -no-harfbuzz \
  43. -no-xinput2 \
  44. -no-xcb-xlib \
  45. -no-pulseaudio \
  46. -no-alsa \
  47. -no-gtkstyle \
  48. -no-nis \
  49. -no-cups \
  50. -no-iconv \
  51. -no-icu \
  52. -no-eglfs \
  53. -no-openssl \
  54. -prefix $ZYNQ_QT_INSTALL
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement