Skip to content
Snippets Groups Projects
Commit 1e6329ac authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

PKG: missing dll on windows package

parent a9517c85
No related branches found
No related tags found
No related merge requests found
......@@ -86,9 +86,11 @@ function(prepare_file_list file_list_result)
# special case for msvc: ucrtbase.dll must be explicitly vetted.
# for proj.dll, see Mantis-1424
# libEGL needed by Qt 5 at runtime
if(MSVC)
list(APPEND file_list "ucrtbase.dll")
list(APPEND file_list "proj.dll")
list(APPEND file_list "libEGL.dll")
endif()
set(${file_list_result} ${file_list} PARENT_SCOPE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment