Qt Creator: When I enable Shadow Builds, why do I get error related to missing files?
问题 I added an image to resources, and displaying it worked fine. Then, I removed the file from resources in the Qt project, and I moved the file to a new images folder and re-added it to resources. Now the project will only compile if "Shadow Build" option is un-checked in build settings. If Shadow Build is enabled, I receive an error, "No rule to make target '../--project_name--/--image_name--', needed by 'debug/qrc_qml.cpp'. Stop." where --project_name-- is the name of my project, etc. This