molke-productions / qloud

Tool to measure loudspeaker frequency and step responses and distortions
GNU General Public License v2.0
28 stars 6 forks source link

Add install rules for program and desktop icon #7

Closed jpcima closed 4 years ago

jpcima commented 4 years ago

This adds some rules for make install.

Set PREFIX at qmake time. Default is set to /usr/local

Usage is like this:

qmake PREFIX=/usr
make
make install INSTALL_ROOT=/my/package/root
molke-productions commented 4 years ago

Thank you for the fix. This seems to work as expected.