1
0
Fork 0
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:
Dominik Riebeling 2008-05-24 16:57:40 +00:00
parent 2de5e8744f
commit bec0a59937

View file

@ -193,4 +193,8 @@ static {
message("using static plugin")
}
unix {
target.path = /usr/local/bin
INSTALLS += target
}