From e493d3883a0194f373ea85fda58d0f11dca61942 Mon Sep 17 00:00:00 2001 From: Yuri Gorshenin Date: Wed, 6 Sep 2017 16:24:43 +0300 Subject: [PATCH] [build] Fixed Linux build. --- generator/generator_tool/CMakeLists.txt | 1 + openlr/openlr_stat/CMakeLists.txt | 2 ++ 2 files changed, 3 insertions(+) diff --git a/generator/generator_tool/CMakeLists.txt b/generator/generator_tool/CMakeLists.txt index 5e3358b4aa..0d9b0fbce5 100644 --- a/generator/generator_tool/CMakeLists.txt +++ b/generator/generator_tool/CMakeLists.txt @@ -38,3 +38,4 @@ omim_link_libraries( ) link_qt5_core(${PROJECT_NAME}) +link_qt5_network(${PROJECT_NAME}) diff --git a/openlr/openlr_stat/CMakeLists.txt b/openlr/openlr_stat/CMakeLists.txt index ae709edbf0..06edee9193 100644 --- a/openlr/openlr_stat/CMakeLists.txt +++ b/openlr/openlr_stat/CMakeLists.txt @@ -30,3 +30,5 @@ omim_link_libraries(${PROJECT_NAME} ${Qt5Core_LIBRARIES} ${LIBZ} ) + +link_qt5_network(${PROJECT_NAME})