Advertisement
Guest User

Configuration QT

a guest
Nov 14th, 2013
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.91 KB | None | 0 0
  1. COMMAND
  2. ./configure -qpa xcb -no-eglfs -opengl es2 -device tegra3 -device-option CROSS_COMPILE=/home/crt/Desktop/oe-core/build/out-eglibc/sysroots/x86_64-linux/usr/bin/armv7ahf-vfp-neon-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi- -sysroot /home/crt/Desktop/oe-core/build/out-eglibc/sysroots/colibri-t30 -opensource -confirm-license -optimized-qmake -reduce-relocations -reduce-exports -release -nomake tests -prefix /opt/qt5-toradex -make examples -no-pch -qt-xcb 2>&1 | tee conf.log
  3.  
  4. OUTPUT
  5. Note: PKG_CONFIG_LIBDIR automatically set to /home/crt/Desktop/oe-core/build/out-eglibc/sysroots/colibri-t30/usr/lib/pkgconfig:/home/crt/Desktop/oe-core/build/out-eglibc/sysroots/colibri-t30/usr/share/pkgconfig:/home/crt/Desktop/oe-core/build/out-eglibc/sysroots/colibri-t30/usr/lib/arm-angstrom-linux-gnueabi/pkgconfig
  6. Note: PKG_CONFIG_SYSROOT_DIR automatically set to /home/crt/Desktop/oe-core/build/out-eglibc/sysroots/colibri-t30
  7. WARNING: Unable to find file .device.vars
  8.  
  9. Configure summary
  10.  
  11. Building on: linux-g++ (x86_64, CPU features: mmx sse sse2)
  12. Building for: devices/linux-tegra3-g++ (arm, CPU features:)
  13. Platform notes:
  14.  
  15. - Also available for Linux: linux-kcc linux-icc linux-cxx
  16.  
  17. Build options:
  18. Configuration .......... accessibility accessibility-atspi-bridge alsa audio-backend c++11 clock-gettime clock-monotonic compile_examples concurrent cross_compile dbus egl evdev eventfd fontconfig full-config getaddrinfo getifaddrs glib gtk2 gtkstyle iconv icu inotify ipv6ifname kms large-config largefile libudev linuxfb medium-config minimal-config mremap neon nis no-harfbuzz opengl opengles2 openssl pcre png pulseaudio qpa qpa reduce_exports reduce_relocations release rpath shared small-config system-freetype system-jpeg system-png system-zlib xcb xcb-qt xcb-sm xcb-xlib xinput2 xkbcommon-qt xlib xrender
  19. Build parts ............ examples libs
  20. Mode ................... release
  21. Using C++11 ............ yes
  22. Using PCH .............. no
  23. Target compiler supports:
  24. iWMMXt/Neon .......... no/yes
  25.  
  26. Qt modules and options:
  27. Qt D-Bus ............... yes (loading dbus-1 at runtime)
  28. Qt Concurrent .......... yes
  29. Qt GUI ................. yes
  30. Qt Widgets ............. yes
  31. JavaScriptCore JIT ..... yes (To be decided by JavaScriptCore)
  32. QML debugging .......... yes
  33. Use system proxies ..... no
  34.  
  35. Support enabled for:
  36. Accessibility .......... yes
  37. ALSA ................... yes
  38. CUPS ................... no
  39. FontConfig ............. yes
  40. FreeType ............... system
  41. Iconv .................. yes
  42. ICU .................... yes
  43. Image formats:
  44. GIF .................. yes (plugin, using bundled copy)
  45. JPEG ................. yes (plugin, using system library)
  46. PNG .................. yes (in QtGui, using system library)
  47. Glib ................... yes
  48. GTK theme .............. yes
  49. Large File ............. yes
  50. Networking:
  51. getaddrinfo .......... yes
  52. getifaddrs ........... yes
  53. IPv6 ifname .......... yes
  54. OpenSSL .............. yes (loading libraries at run-time)
  55. NIS .................... yes
  56. OpenGL ................. yes (OpenGL ES 2.x)
  57. OpenVG ................. no
  58. PCRE ................... yes (bundled copy)
  59. pkg-config ............. yes
  60. PulseAudio ............. yes
  61. QPA backends:
  62. DirectFB ............. no
  63. EGLFS ................ no
  64. KMS .................. yes
  65. LinuxFB .............. yes
  66. XCB .................. yes (bundled copy)
  67. MIT-SHM ............ yes
  68. Xcursor ............ yes (loaded at runtime)
  69. Xfixes ............. yes (loaded at runtime)
  70. Xi ................. no
  71. Xi2 ................ yes
  72. Xinerama ........... yes (loaded at runtime)
  73. Xrandr ............. yes (loaded at runtime)
  74. Xrender ............ yes
  75. XKB ................ yes
  76. XShape ............. yes
  77. XSync .............. yes
  78. XVideo ............. yes
  79. Session management ..... yes
  80. SQL drivers:
  81. DB2 .................. no
  82. InterBase ............ no
  83. MySQL ................ no
  84. OCI .................. no
  85. ODBC ................. no
  86. PostgreSQL ........... no
  87. SQLite 2 ............. no
  88. SQLite ............... yes (plugin, using bundled copy)
  89. TDS .................. no
  90. udev ................... yes
  91. xkbcommon .............. yes (bundled copy)
  92. zlib ................... yes (system library)
  93.  
  94. NOTE: libxkbcommon 0.2.0 (or higher) not found on the system, will use
  95. the bundled version from 3rd party directory.
  96. NOTE: Qt is using double for qreal on this system. This is binary incompatible against Qt 5.1.
  97. Configure with '-qreal float' to create a build that is binary compatible with 5.1.
  98.  
  99. Qt is now configured for building. Just run 'make'.
  100. Once everything is built, you must run 'make install'.
  101. Qt will be installed into /opt/qt5-toradex
  102.  
  103. Prior to reconfiguration, make sure you remove any leftovers from
  104. the previous build.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement