forked from qt-creator/qt-creator
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:
@@ -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")
|
||||
|
||||
|
Reference in New Issue
Block a user