diff --git a/share/openbr/cmake/InstallDependencies.cmake b/share/openbr/cmake/InstallDependencies.cmake index c9e7b73..9106db7 100644 --- a/share/openbr/cmake/InstallDependencies.cmake +++ b/share/openbr/cmake/InstallDependencies.cmake @@ -116,6 +116,8 @@ function(install_qt_misc) file(GLOB d3dcomp ${_qt5Core_install_prefix}/bin/d3dcompiler_*.dll) install(FILES ${d3dcomp} DESTINATION bin) install(FILES ${_qt5Core_install_prefix}/plugins/platforms/qwindows${BR_INSTALL_DEPENDENCIES_SUFFIX}.dll DESTINATION bin/platforms) + elseif(ANDROID) + install(FILES ${__libstl} DESTINATION lib) elseif(UNIX AND NOT APPLE) file(GLOB icudlls ${_qt5Core_install_prefix}/lib/libicu*.so*) install(FILES ${icudlls} DESTINATION lib)