Skip to content

Commit

Permalink
Partial revert of commit cb6f9e5 to fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Dec 5, 2023
1 parent 742b890 commit 3a56d67
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/Package.cmake
Expand Up @@ -83,7 +83,6 @@ if(ANDROID AND ANDROIDDEPLOYQT_EXECUTABLE)
set(ANDROID_TEMPLATE_FOLDER "${CMAKE_BINARY_DIR}/android-template")
file(COPY ${CMAKE_SOURCE_DIR}/platform/android/ DESTINATION ${ANDROID_TEMPLATE_FOLDER}/)
set(SRC_FOLDER "${ANDROID_TEMPLATE_FOLDER}/src/ch/opengis/${APP_PACKAGE_NAME}")
file(REMOVE_RECURSE ${SRC_FOLDER}) # remove any pre-existing content
file(RENAME "${ANDROID_TEMPLATE_FOLDER}/src/ch/opengis/qfield" ${SRC_FOLDER})
file(GLOB JAVA_FILES "${SRC_FOLDER}/*.java")
foreach(JAVA_FILE ${JAVA_FILES})
Expand Down

1 comment on commit 3a56d67

@qfield-fairy
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.