Skip to content

Commit

Permalink
Merge pull request #5325 from opengisch/3nids-patch-1
Browse files Browse the repository at this point in the history
remove unused var
  • Loading branch information
m-kuhn committed Jun 15, 2024
2 parents 59f0ee2 + 8465b29 commit 01b0915
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/app/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,9 @@ function(create_executable)
cmake_parse_arguments(exe "" "TARGET" "EXTRA_ARGS" "" ${ARGN})

set(QFIELD_SOURCES
main.cpp
${RESOURCES}
${CMAKE_SOURCE_DIR}/images/images.qrc
main.cpp ${RESOURCES} ${CMAKE_SOURCE_DIR}/images/images.qrc
${CMAKE_BINARY_DIR}/images/logo.qrc
${CMAKE_SOURCE_DIR}/resources/resources.qrc
${ICON_SRC}
${TRANSLATIONS_QRC})
${CMAKE_SOURCE_DIR}/resources/resources.qrc ${ICON_SRC})

if(ANDROID)
qt_add_executable(${exe_TARGET} ${QFIELD_SOURCES})
Expand Down

1 comment on commit 01b0915

@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.