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 7fba87b
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} STREQUAL ""
OR NOT ENV{KEYPASS} STREQUAL ""
OR NOT ENV{STOREPASS} STREQUAL "")
execute_process(
COMMAND
"@ANDROIDDEPLOYQT_EXECUTABLE@"
Expand Down

0 comments on commit 7fba87b

Please sign in to comment.