[cmake] Fix Qt network dependency on linux

This commit is contained in:
greshilov 2018-07-05 15:35:03 +03:00 committed by Tatiana Yan
parent 1f0ee90220
commit 3daf761c1e

View file

@ -142,4 +142,8 @@ if (APPLE)
target_compile_options(${PROJECT_NAME} PUBLIC "-fobjc-arc")
endif()
if (PLATFORM_LINUX)
link_qt5_network(${PROJECT_NAME})
endif()
omim_add_test_subdirectory(platform_tests)