Commit f49bae211f9d157f5ed8e5737fffec6490538475
1 parent
06946725
Additional libraries for Linux
Showing
1 changed file
with
3 additions
and
0 deletions
share/openbr/cmake/InstallDependencies.cmake
| ... | ... | @@ -102,6 +102,9 @@ function(install_qt_platforms) |
| 102 | 102 | else() |
| 103 | 103 | install(FILES ${_qt5Core_install_prefix}/plugins/platforms/libqlinuxfb.so |
| 104 | 104 | DESTINATION bin/platforms) |
| 105 | + install_qt_library(XcbQpa) | |
| 106 | + install(FILES ${_qt5Core_install_prefix}/plugins/platforms/libqxcb.so | |
| 107 | + DESTINATION bin/platforms) | |
| 105 | 108 | endif() |
| 106 | 109 | endif() |
| 107 | 110 | endfunction() | ... | ... |