4
1
mirror of https://github.com/QuasarApp/qTbot.git synced 2025-05-10 12:19:35 +00:00

disable example for ios

This commit is contained in:
Andrei Yankovich 2023-10-01 13:58:54 +02:00
parent 1c5ad69ca7
commit 02c786c9b8

@ -38,6 +38,8 @@ option(QTBOT_EXAMPLE "This option disables or enables example app of the ${PROJE
if (ANDROID OR IOS OR QA_WASM32)
set(QTBOT_TESTS OFF CACHE BOOL "This option force disbled for ANDROID IOS QA_WASM32 and Not Qt projects" FORCE)
set(QTBOT_EXAMPLE OFF CACHE BOOL "This option force disbled for ANDROID IOS QA_WASM32 and Not Qt projects" FORCE)
endif()
make_directory(Distro)