Skip to content

Commit

Permalink
Install executables
Browse files Browse the repository at this point in the history
Signed-off-by: Francis Giraldeau <[email protected]>
  • Loading branch information
giraldeau committed Jul 16, 2016
1 parent 5618328 commit 140499c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 343 deletions.
7 changes: 7 additions & 0 deletions evnav-cli/evnav-cli.pro
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,11 @@ DEPENDPATH += $$PWD/../libevnav

unix:!macx: PRE_TARGETDEPS += $$OUT_PWD/../libevnav/libevnav.a

unix {
target.path = /usr/bin
INSTALLS += target
}

include(../common.pri)


6 changes: 6 additions & 0 deletions evnav-srv/evnav-srv.pro
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,10 @@ DEPENDPATH += $$PWD/../libevnav

unix:!macx: PRE_TARGETDEPS += $$OUT_PWD/../libevnav/libevnav.a

# FIXME: use parameter for installation prefix
unix {
target.path = /usr/bin
INSTALLS += target
}

include(../common.pri)
343 changes: 0 additions & 343 deletions libevnav/Makefile

This file was deleted.

0 comments on commit 140499c

Please sign in to comment.