I am trying to delete a QML file from my project. He is no longer needed. However, when I delete from the resource, and then try to compile through the IDE, I get the following error:
: - 1: error: there is no rule for creating the target '../MAST/fileList.qml' needed for 'debug / qrc_mast.cpp'. Stop.
What is the correct procedure to delete this file from the project?
source
share