Skip to content

Commit f52de83

Browse files
Merge pull request #42 from isambitpujari/fix_to_enable_making_release_apks
Fix issue blocking creation of Release apks
2 parents 5a62962 + 188348d commit f52de83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AddQtAndroidApk.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ macro(add_qt_android_apk TARGET SOURCE_TARGET)
279279
# determine the build type to pass to androiddeployqt
280280
if("${CMAKE_BUILD_TYPE}" STREQUAL "Debug" AND NOT ARG_KEYSTORE)
281281
set(QT_ANDROID_BUILD_TYPE --debug)
282-
elseif()
282+
else()
283283
set(QT_ANDROID_BUILD_TYPE --release)
284284
endif()
285285

0 commit comments

Comments
 (0)