forked from len0rd/rockbox
Let qmake generate an install Makefile target to install the binary. Doesn't handle translations yet.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17623 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2de5e8744f
commit
bec0a59937
1 changed files with 4 additions and 0 deletions
|
|
@ -193,4 +193,8 @@ static {
|
||||||
message("using static plugin")
|
message("using static plugin")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
unix {
|
||||||
|
target.path = /usr/local/bin
|
||||||
|
INSTALLS += target
|
||||||
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue