Qt 6.11 is out! See what's new in the release
blog
Files are not automatically added to the CMakeList
-
Im getting this message when I try to add any resource to the project via Add > Qt resource file

How could I set it to add the files automatically?
I also have no 'resources' folder under the project tab.@Cesar said in Files are not automatically added to the CMakeList:
How could I set it to add the files automatically?
You can't, Qt Creator does not have such functionality. That's why it copies the path to clipboard - so you can paste it in CMakeLists.txt yourself.