Hi
I want to create "make install" for my project. I use INSTALLS variable and all works fine but i want installed file to be renamed. How i can achieve this
I trying this
Qt Code:
  1. Install.path = path/for/installation
  2.  
  3. install.file = file.something
  4.  
  5. install.name = newname.somthingelse
  6.  
  7. INSTALLS += install
To copy to clipboard, switch view to plain text mode 
but this don't work. I know about install.extra but don't know how to use this variable