Hi everyone,

i am trying to crosscompile qtwebkit for the raspberry but get the following error while running qmake:
Qt Code:
  1. Project ERROR: WebKit requires SQLite. Either make it available via pkg-config, set $SQLITE3SRCDIR or build WebKit under qt5.git.
To copy to clipboard, switch view to plain text mode 

1) echo $SQLITE3SRCDIR yields: ~/opt/qt5/qtbase/src/3rdparty/sqlite

2) i installed (besides others) the following libraries:
  • libicu-dev
  • libsqlite3-dev
  • libxslt1-dev
  • libssl-dev



3) My QT ./configure summary output is:
Qt Code:
  1. Build options:
  2. Configuration .......... accessibility 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 nis no-harfbuzz no-pkg-config opengl opengles2 openssl pcre png posix_fallocate precompile_header qpa qpa reduce_exports release rpath shared small-config system-zlib xcb xcb-plugin xcb-qt xcb-xlib xkbcommon-qt
  3. Build parts ............ tools libs
  4. Mode ................... release
  5. Using C++11 ............ yes
  6. Using PCH .............. yes
  7. Target compiler supports:
  8. iWMMXt/Neon .......... no/auto
  9.  
  10. Qt modules and options:
  11. Qt D-Bus ............... no
  12. Qt Concurrent .......... yes
  13. Qt GUI ................. yes
  14. Qt Widgets ............. yes
  15. Large File ............. yes
  16. QML debugging .......... yes
  17. Use system proxies ..... no
  18.  
  19. Support enabled for:
  20. Accessibility .......... yes
  21. ALSA ................... yes
  22. CUPS ................... no
  23. Evdev .................. yes
  24. FontConfig ............. no
  25. FreeType ............... yes (bundled copy)
  26. Glib ................... no
  27. GTK theme .............. no
  28. HarfBuzz ............... no
  29. Iconv .................. yes
  30. ICU .................... yes
  31. Image formats:
  32. GIF .................. yes (plugin, using bundled copy)
  33. JPEG ................. yes (plugin, using bundled copy)
  34. PNG .................. yes (in QtGui, using bundled copy)
  35. journald ............... no
  36. mtdev .................. no
  37. Networking:
  38. getaddrinfo .......... yes
  39. getifaddrs ........... yes
  40. IPv6 ifname .......... yes
  41. OpenSSL .............. yes (loading libraries at run-time)
  42. NIS .................... yes
  43. OpenGL / OpenVG:
  44. EGL .................. yes
  45. OpenGL ............... yes (OpenGL ES 2.x)
  46. OpenVG ............... no
  47. PCRE ................... yes (bundled copy)
  48. pkg-config ............. no
  49. PulseAudio ............. no
  50. QPA backends:
  51. DirectFB ............. no
  52. EGLFS ................ yes
  53. KMS .................. no
  54. LinuxFB .............. yes
  55. XCB .................. yes (bundled copy)
  56. EGL on X ........... no
  57. GLX ................ no
  58. MIT-SHM ............ yes
  59. Xcb-Xlib ........... yes
  60. Xcursor ............ yes (loaded at runtime)
  61. Xfixes ............. yes (loaded at runtime)
  62. Xi ................. yes (loaded at runtime)
  63. Xi2 ................ no
  64. Xinerama ........... yes (loaded at runtime)
  65. Xrandr ............. yes (loaded at runtime)
  66. Xrender ............ no
  67. XKB ................ yes
  68. XShape ............. yes
  69. XSync .............. yes
  70. XVideo ............. yes
  71. Session management ..... yes
  72. SQL drivers:
  73. DB2 .................. no
  74. InterBase ............ no
  75. MySQL ................ no
  76. OCI .................. no
  77. ODBC ................. no
  78. PostgreSQL ........... no
  79. SQLite 2 ............. no
  80. SQLite ............... yes (plugin, using bundled copy)
  81. TDS .................. no
  82. udev ................... yes
  83. xkbcommon .............. yes (bundled copy, XKB config root: /usr/share/X11/xkb)
  84. zlib ................... yes (system library)
To copy to clipboard, switch view to plain text mode 

Do you have any idea, what's still wrong?

Thanks for your help,
Ben