Skip to content

Commit

Permalink
try lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
Murmele committed Dec 23, 2023
1 parent 29e1925 commit 0898973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pack/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ elseif(NOT USE_SYSTEM_QT)
get_filename_component(FILE_NAME ${PLUGIN} NAME)
get_filename_component(DIR ${PLUGIN} DIRECTORY)
get_filename_component(DIR_NAME ${DIR} NAME)
set(PLUGIN_PATH Plugins/${DIR_NAME}/${FILE_NAME})
set(PLUGIN_PATH plugins/${DIR_NAME}/${FILE_NAME})

install(
FILES ${PLUGIN}
Expand Down

0 comments on commit 0898973

Please sign in to comment.