the usual commands for compiling are
qmake -project
qmake name.pro
qmake
make


I need to enable after giving 'make' a 'make install' command so to do some actions.
Is it possible, and if yes, how do I enable it?