User talk:Abkrim
Scenario Raspberry Pi 2 with Raspbian Jessie Install qt 5.4.1 using https://wiki.qt.io/Native_Build_of_Qt_5.4.1_on_a_Raspberry_Pi All process correct but when try to compiling ownlcoud client with qt5 libraries depencies egt errors:
cmake -DCMAKE_BUILD_TYPE="Debug" /home/pi/opt/client -DCSYNC_BUILD_PATH=/home/pi/opt/client -DCSYNC_INCLUDE_PATH=/home/pi/opt/client/src -DCMAKE_PREFIX_PATH=/usr/local/qt5/ -- Build of crashreporter disabled. -- Found Qt5 core, checking for further dependencies... -- Using Qt 5! -- GIT_SHA1 639301e9e986aa7d12c178a486773ed9449e1361 CMake Error at /usr/share/cmake-3.0/Modules/FindPackageHandleStandardArgs.cmake:136 (message): Could NOT find Qt5Keychain (missing: QTKEYCHAIN_LIBRARY QTKEYCHAIN_INCLUDE_DIR) Call Stack (most recent call first): /usr/share/cmake-3.0/Modules/FindPackageHandleStandardArgs.cmake:343 (_FPHSA_FAILURE_MESSAGE) cmake/modules/FindQt5Keychain.cmake:35 (find_package_handle_standard_args) CMakeLists.txt:151 (find_package) -- Configuring incomplete, errors occurred! See also "/home/pi/opt/client/client-build/CMakeFiles/CMakeOutput.log".