rcc: File does not exist
问题 i am using a custom version of QLed for my project. Actually it worked fine when i first included the files in my project. Somehow i end up with this weird error from rcc now. The .svg files are shown when executing the UI. This is my project's folder: |-- _UI_Projects | |-- XmlReader | | |-- include | | | |-- ... | | |-- resources | | | |-- circle_black.svg | | | |-- circle_blue.svg | | | |-- circle_green.svg | | | |-- ... | | |-- src | | | |-- ... | | |-- qled.qrc | | `-- xml_reader.pro and