forked from organicmaps/organicmaps-tmp
[cmake] Fix Qt network dependency on linux
This commit is contained in:
parent
1f0ee90220
commit
3daf761c1e
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue