Qt creator autosave issue
-
I have qt project (make)
I delete file from cpp
Expecting that file going to be updated on qt creator
But it's not
How to fix it -
I have qt project (make)
I delete file from cpp
Expecting that file going to be updated on qt creator
But it's not
How to fix it@icebergenergy said in Qt creator autosave issue:
I delete file from cpp
What do you mean? What should be updated?
Do you mean you remove a cpp file from your qmake project file? -
I have qt project (make)
I delete file from cpp
Expecting that file going to be updated on qt creator
But it's not
How to fix itShow your QMake/CMake file please
-
I have qt project (make)
I delete file from cpp
Expecting that file going to be updated on qt creator
But it's not
How to fix it@icebergenergy How did you add the files to your project — manually in Qt Creator, or did you rely on automatic folder parsing / globbing?
Either way, if you delete a file via the file manager instead via QtCreator Project Manager, you'll have to rerun cmake.