1
0
mirror of https://github.com/zhuzichu520/FluentUI.git synced 2025-03-10 13:57:31 +08:00
This commit is contained in:
zhuzichu 2024-01-09 18:07:36 +08:00
parent fe8083fcb1
commit e295b61596

@ -74,7 +74,6 @@ if(QT_VERSION VERSION_GREATER_EQUAL "6.2")
file(GLOB_RECURSE RES_PATHS *.png *.jpg *.svg *.ico *.ttf *.webp *.obj)
foreach(filepath ${RES_PATHS})
string(REPLACE "${CMAKE_CURRENT_SOURCE_DIR}/" "" filename ${filepath})
message(${filename})
list(APPEND resource_files ${filename})
endforeach(filepath)