Added an ifdef for desktop application (to avoid building it when building tests)

This commit is contained in:
Timofey 2016-12-22 17:23:30 +03:00
parent e6d10654db
commit 5b8d5ea632

View file

@ -204,6 +204,6 @@ endif()
omim_add_test_subdirectory(qt_tstfrm)
omim_add_test_subdirectory(3party/gmock)
if (NOT PLATFORM_IPHONE AND NOT PLATFORM_ANDROID)
if (NOT PLATFORM_IPHONE AND NOT PLATFORM_ANDROID AND NOT NO_DESKTOP)
add_subdirectory(qt)
endif()