mirror of
https://github.com/QuasarApp/Patronum.git
synced 2025-04-26 15:44:32 +00:00
disable ios version
This commit is contained in:
parent
be08bde632
commit
a985c19a34
@ -16,6 +16,12 @@ endif()
|
||||
include(submodules/QuasarAppLib/CMake/QuasarApp.cmake)
|
||||
# Add sub directories
|
||||
|
||||
if (IOS)
|
||||
message("The ios not support QProcess class.")
|
||||
initAll()
|
||||
return()
|
||||
endif()
|
||||
|
||||
add_subdirectory(submodules/QuasarAppLib)
|
||||
|
||||
add_subdirectory(Patronum)
|
||||
|
Loading…
x
Reference in New Issue
Block a user