[build] Fixed Linux build.

This commit is contained in:
Yuri Gorshenin 2017-09-06 16:24:43 +03:00 committed by mpimenov
parent f41b708c07
commit e493d3883a
2 changed files with 3 additions and 0 deletions

View file

@ -38,3 +38,4 @@ omim_link_libraries(
)
link_qt5_core(${PROJECT_NAME})
link_qt5_network(${PROJECT_NAME})

View file

@ -30,3 +30,5 @@ omim_link_libraries(${PROJECT_NAME}
${Qt5Core_LIBRARIES}
${LIBZ}
)
link_qt5_network(${PROJECT_NAME})