From f49bae211f9d157f5ed8e5737fffec6490538475 Mon Sep 17 00:00:00 2001 From: Scott Klum Date: Fri, 24 Jun 2016 14:12:15 -0600 Subject: [PATCH] Additional libraries for Linux --- share/openbr/cmake/InstallDependencies.cmake | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/share/openbr/cmake/InstallDependencies.cmake b/share/openbr/cmake/InstallDependencies.cmake index 2e62207..fb54c16 100644 --- a/share/openbr/cmake/InstallDependencies.cmake +++ b/share/openbr/cmake/InstallDependencies.cmake @@ -102,6 +102,9 @@ function(install_qt_platforms) else() install(FILES ${_qt5Core_install_prefix}/plugins/platforms/libqlinuxfb.so DESTINATION bin/platforms) + install_qt_library(XcbQpa) + install(FILES ${_qt5Core_install_prefix}/plugins/platforms/libqxcb.so + DESTINATION bin/platforms) endif() endif() endfunction() -- libgit2 0.21.4