CMake: Group qtc_add_resources FILES as "Resources" source group

Change-Id: I5b9c180f73f6c16e30c3e4aad8f6803223d149d9
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
Cristian Adam
2025-04-16 13:18:26 +02:00
parent ce6556ed70
commit fe164133f4

View File

@@ -1243,6 +1243,8 @@ function(qtc_add_resources target resourceName)
set_property(SOURCE "${file}" PROPERTY HEADER_FILE_ONLY ON)
endforeach()
source_group("Resources" FILES ${files})
# </qresource></RCC>
string(APPEND qrcContents " </qresource>\n</RCC>\n")