diff --git a/cmake/QtCreatorAPI.cmake b/cmake/QtCreatorAPI.cmake index 1c999f535b5..6c4b09ffcdf 100644 --- a/cmake/QtCreatorAPI.cmake +++ b/cmake/QtCreatorAPI.cmake @@ -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}) + # string(APPEND qrcContents " \n\n")