I am using QtCreator 4.11 and Qt5.8.
I've created a makefile using qmake projectname.pro. when performing a make clean, the executable is not removed. All the other files that should be removed are removed, but the executable persists. What is the setting that I have to make to get this to perform as it did before.

Also, when I build in QtCreator using the first green arrow on the lower left it does not run the executable. The previous version would compile then run the new executable. I'm sure its another project setting, can anyone give me some insight.
Thanks