Skip to content

Commit

Permalink
Fix interrepo android build
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Sep 7, 2024
1 parent 85d7d18 commit b917449
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions platform/android/CPackAndroidDeployQt.cmake.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
if(DEFINED ENV{KEYNAME}
AND DEFINED ENV{KEYPASS}
AND DEFINED ENV{STOREPASS})
if(NOT "ENV{KEYNAME}x" STREQUAL "x"
AND NOT "ENV{KEYPASS}x" STREQUAL "x"
AND NOT "ENV{STOREPASS}x" STREQUAL "x")
execute_process(
COMMAND
"@ANDROIDDEPLOYQT_EXECUTABLE@"
Expand Down

0 comments on commit b917449

Please sign in to comment.