git-svn-id: svn://db.shs.com.ru/pip@1063 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5

This commit is contained in:
2020-04-20 21:56:46 +00:00
parent 9d48a95917
commit a81c6c3bf1

View File

@@ -838,7 +838,7 @@ macro(deploy_target _T)
string(REPLACE "['resources']" "['res']" _file "${_file}")
file(WRITE "${_AGD}/build.gradle" "${_file}")
set(_gradle_home)
if (CMAKE_CROSSCOMPILING)
if (NOT __win_host)
set(_gradle_home "-g" "${CMAKE_BINARY_DIR}")
endif()
#set(_CMD_ ${_CMD_} COMMAND "${SDK_ROOT}/tools/android" update project --path "\"${_AGD}\"" --target android-${ANDROID_TARGET_SDK} --name QtApp)