viktorgino / headunit-desktop

HeadUnit Desktop is a car PC software built with Qt 5 and QML
https://github.com/viktorgino/headunit-desktop/wiki
GNU General Public License v3.0
285 stars 64 forks source link

Standardising install dir (Add PREFIX to qmake) #40

Closed gregd72002 closed 5 years ago

gregd72002 commented 5 years ago

Allows to run qmake with PREFIX, ie:

qmake PREFIX=/usr/local/bin

Defaults to /opt if not specified.

Move app source code into app directory.

viktorgino commented 5 years ago

Thanks @gregd72002 this is a good change set, merged