forked from organicmaps/organicmaps-tmp
Skip compiling desktop app when making ios.
This commit is contained in:
parent
e641fd1ed3
commit
891d9f76b6
1 changed files with 3 additions and 1 deletions
|
@ -185,4 +185,6 @@ add_subdirectory(partners_api)
|
|||
omim_add_test_subdirectory(qt_tstfrm)
|
||||
omim_add_test_subdirectory(3party/gmock)
|
||||
|
||||
add_subdirectory(qt)
|
||||
if (NOT PLATFORM_IPHONE AND NOT PLATFORM_ANDROID)
|
||||
add_subdirectory(qt)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Reference in a new issue