Compiler does not see any changes if I now delete AppName-Debug folder
-
Compiler does not see any changes if I now delete AppName-Debug folder.
It happens only If I use Qt libs
If I use Qt Creator for cpp libs only, I dont face such issueUbuntu, 6.4.2 Qt
Please dont suggest to update version, previous versions had same issues
Namaste :) -
Please provide a proper error description - does the compiler not find a needed source file or do you speak from the code editor in QtCreator? These are two completely different things.
And what do you mean with 'does not see any changes'? What do you change and what do you expect to 'see'?Is this a dupe of https://forum.qt.io/topic/158242 ?
-
@Christian-Ehrlicher no, I'm sane person :)
more details:
I do some changes in code lines using Qt Creator
Save it
Run and Build
There is no change in App Run as I can see in Terminal
Then if you delete App-Debug folder and repeat preceiding steps, issue is going to be fixed -