Advertisement
Guest User

QT 5.2.1 cross-compilation configuration

a guest
Apr 9th, 2014
383
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.13 KB | None | 0 0
  1.  
  2. Configure summary
  3.  
  4. Building on: linux-g++ (i386, CPU features:)
  5. Building for: linux-arm-gnueabihf-g++ (arm, CPU features:)
  6.  
  7. qmake vars .......... styles += mac fusion windows DEFINES += QT_NO_MTDEV DEFINES += QT_NO_XCB DEFINES += QT_NO_XKBCOMMON INCLUDEPATH += "/opt/icu/include" LIBS += -L"/opt/icu/lib" QMAKE_RPATHDIR += "/opt/icu/lib" sql-drivers = sql-plugins = sqlite qmake switches .........
  8.  
  9. Build options:
  10. Configuration .......... alsa audio-backend c++11 clock-gettime clock-monotonic compile_examples concurrent cross_compile egl eglfs evdev eventfd freetype full-config getaddrinfo getifaddrs iconv icu inotify ipv6ifname large-config largefile libudev linuxfb medium-config minimal-config mremap neon no-harfbuzz no-pkg-config opengl opengles2 openssl pcre png posix_fallocate qpa qpa reduce_exports reduce_relocations release rpath shared small-config system-jpeg system-png system-zlib
  11. Build parts ............ libs
  12. Mode ................... release
  13. Using C++11 ............ yes
  14. Using PCH .............. no
  15. Target compiler supports:
  16. iWMMXt/Neon .......... no/yes
  17.  
  18. Qt modules and options:
  19. Qt D-Bus ............... no
  20. Qt Concurrent .......... yes
  21. Qt GUI ................. yes
  22. Qt Widgets ............. yes
  23. JavaScriptCore JIT ..... yes (To be decided by JavaScriptCore)
  24. QML debugging .......... yes
  25. Use system proxies ..... no
  26.  
  27. Support enabled for:
  28. Accessibility .......... no
  29. ALSA ................... yes
  30. CUPS ................... no
  31. FontConfig ............. no
  32. FreeType ............... yes
  33. Iconv .................. yes
  34. ICU .................... yes
  35. Image formats:
  36. GIF .................. yes (plugin, using bundled copy)
  37. JPEG ................. yes (plugin, using system library)
  38. PNG .................. yes (in QtGui, using system library)
  39. Glib ................... no
  40. GTK theme .............. no
  41. Large File ............. yes
  42. mtdev .................. no
  43. Networking:
  44. getaddrinfo .......... yes
  45. getifaddrs ........... yes
  46. IPv6 ifname .......... yes
  47. OpenSSL .............. yes (loading libraries at run-time)
  48. NIS .................... no
  49. OpenGL ................. yes (OpenGL ES 2.x)
  50. OpenVG ................. no
  51. PCRE ................... yes (bundled copy)
  52. pkg-config ............. no
  53. PulseAudio ............. no
  54. QPA backends:
  55. DirectFB ............. no
  56. EGLFS ................ yes
  57. KMS .................. no
  58. LinuxFB .............. yes
  59. XCB .................. no
  60. Session management ..... yes
  61. SQL drivers:
  62. DB2 .................. no
  63. InterBase ............ no
  64. MySQL ................ no
  65. OCI .................. no
  66. ODBC ................. no
  67. PostgreSQL ........... no
  68. SQLite 2 ............. no
  69. SQLite ............... yes (plugin, using bundled copy)
  70. TDS .................. no
  71. udev ................... yes
  72. xkbcommon .............. no
  73. zlib ................... yes (system library)
  74.  
  75. NOTE: Qt is using double for qreal on this system. This is binary incompatible against Qt 5.1.
  76. Configure with '-qreal float' to create a build that is binary compatible with 5.1.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement