I am trying to remove a QML file from my project. It is no longer needed. However, when I delete from the resource then attempt to compile through the IDE, I receive the following error:
:-1: error: No rule to make target '../MAST/fileList.qml', needed by 'debug/qrc_mast.cpp'. Stop.
What is the proper procedure to remove this file from the project?