Advertisement
Guest User

Untitled

a guest
Apr 17th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.23 KB | None | 0 0
  1. Configure summary:
  2.  
  3. Building on: linux-g++ (x86_64, CPU features: mmx sse sse2)
  4. Building for: devices/linux-rasp-pi3-vc4-g++ (arm, CPU features: neon)
  5. Configuration: cross_compile compile_examples enable_new_dtags largefile neon precompile_header shared rpath release c++11 concurrent dbus reduce_exports stl
  6. Build options:
  7. Mode ................................... release
  8. Optimize release build for size ........ no
  9. Building shared libraries .............. yes
  10. Using C++ standard ..................... C++11
  11. Using ccache ........................... no
  12. Using gold linker ...................... no
  13. Using new DTAGS ........................ yes
  14. Using precompiled headers .............. yes
  15. Using LTCG ............................. no
  16. Target compiler supports:
  17. NEON ................................. yes
  18. Build parts ............................ libs
  19. Qt modules and options:
  20. Qt Concurrent .......................... yes
  21. Qt D-Bus ............................... yes
  22. Qt D-Bus directly linked to libdbus .... no
  23. Qt Gui ................................. yes
  24. Qt Network ............................. yes
  25. Qt Sql ................................. yes
  26. Qt Testlib ............................. yes
  27. Qt Widgets ............................. yes
  28. Qt Xml ................................. yes
  29. Support enabled for:
  30. Using pkg-config ....................... yes
  31. udev ................................... no
  32. Using system zlib ...................... yes
  33. Qt Core:
  34. DoubleConversion ....................... yes
  35. Using system DoubleConversion ........ no
  36. GLib ................................... no
  37. iconv .................................. yes
  38. ICU .................................... no
  39. Tracing backend ........................ <none>
  40. Logging backends:
  41. journald ............................. no
  42. syslog ............................... no
  43. slog2 ................................ no
  44. Using system PCRE2 ..................... no
  45. Qt Network:
  46. getifaddrs() ........................... yes
  47. IPv6 ifname ............................ yes
  48. libproxy ............................... no
  49. Linux AF_NETLINK ....................... yes
  50. OpenSSL ................................ no
  51. Qt directly linked to OpenSSL ........ no
  52. OpenSSL 1.1 ............................ no
  53. SCTP ................................... no
  54. Use system proxies ..................... yes
  55. Qt Gui:
  56. Accessibility .......................... yes
  57. FreeType ............................... yes
  58. Using system FreeType ................ yes
  59. HarfBuzz ............................... yes
  60. Using system HarfBuzz ................ no
  61. Fontconfig ............................. no
  62. Image formats:
  63. GIF .................................. yes
  64. ICO .................................. yes
  65. JPEG ................................. yes
  66. Using system libjpeg ............... no
  67. PNG .................................. yes
  68. Using system libpng ................ yes
  69. EGL .................................... no
  70. OpenVG ................................. no
  71. OpenGL:
  72. Desktop OpenGL ....................... no
  73. OpenGL ES 2.0 ........................ no
  74. OpenGL ES 3.0 ........................ no
  75. OpenGL ES 3.1 ........................ no
  76. OpenGL ES 3.2 ........................ no
  77. Vulkan ................................. no
  78. Session Management ..................... yes
  79. Features used by QPA backends:
  80. evdev .................................. yes
  81. libinput ............................... no
  82. INTEGRITY HID .......................... no
  83. mtdev .................................. no
  84. tslib .................................. no
  85. xkbcommon-evdev ........................ no
  86. QPA backends:
  87. DirectFB ............................... no
  88. EGLFS .................................. no
  89. LinuxFB ................................ yes
  90. VNC .................................... yes
  91. Mir client ............................. no
  92. Qt Widgets:
  93. GTK+ ................................... no
  94. Styles ................................. Fusion Windows
  95. Qt PrintSupport:
  96. CUPS ................................... no
  97. Qt Sql:
  98. DB2 (IBM) .............................. no
  99. InterBase .............................. no
  100. MySql .................................. no
  101. OCI (Oracle) ........................... no
  102. ODBC ................................... no
  103. PostgreSQL ............................. no
  104. SQLite2 ................................ no
  105. SQLite ................................. yes
  106. Using system provided SQLite ......... no
  107. TDS (Sybase) ........................... no
  108. Qt Testlib:
  109. Tester for item models ................. yes
  110.  
  111. Note: Also available for Linux: linux-clang linux-icc
  112.  
  113. Note: PKG_CONFIG_LIBDIR automatically set to /home/xxx/raspi/sysroot/usr/lib/pkgconfig:/home/xxx/raspi/sysroot/usr/share/pkgconfig:/home/xxx/raspi/sysroot/usr/lib/arm-linux-gnueabihf/pkgconfig
  114.  
  115. Note: PKG_CONFIG_SYSROOT_DIR automatically set to /home/xxx/raspi/sysroot
  116.  
  117. ERROR: The OpenGL functionality tests failed!
  118. You might need to modify the include and library search paths by editing QMAKE_INCDIR_OPENGL[_ES2],
  119. QMAKE_LIBDIR_OPENGL[_ES2] and QMAKE_LIBS_OPENGL[_ES2] in the mkspec for your platform.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement