Skip to content

Commit

Permalink
Adding installation of required run time dependencies for Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
simsekgokhan committed May 12, 2017
1 parent 5349d34 commit e1227bf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cmake/RobomongoInstall.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,13 @@ if(SYSTEM_LINUX)
install_qt_lib(XcbQpa DBus)
install_qt_plugins(
QXcbIntegrationPlugin)

# todo
install(
FILES
"/usr/lib/x86_64-linux-gnu/libstdc++.so.6"
"/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.22"
DESTINATION ${lib_dir})

elseif(SYSTEM_MACOSX)
install_qt_lib(MacExtras DBus)
Expand Down

0 comments on commit e1227bf

Please sign in to comment.