I have a small qt application that I use qmake to build, but I miss the make install target. How to configure qmake so that my binary is copied to / usr / local / bin / when I run "make install"?
What do I need to add to my .pro file in order to get the βinstallβ goal and how can I control which file and path will be used?
Btw installation will be on Linux pc: s like Debian and Ubuntu.
source share