Skip to content

Commit

Permalink
Make DEPLOYMENT_PATH configurable. Other OS-es like LuneOS that also …
Browse files Browse the repository at this point in the history
…use Fingerterm might want to have it in another location like "/usr/palm/applications/$$TARGET" instead.


Signed-off-by: Herman van Hazendonk <github.com@herrie.org>
  • Loading branch information
Herrie committed Oct 21, 2017
1 parent 1d0fc67 commit f0545b0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion fingerterm.pro
Expand Up @@ -15,7 +15,10 @@ isEmpty(DEFAULT_FONT) {
DEFAULT_FONT = monospace
}

DEPLOYMENT_PATH = /usr/share/$$TARGET
isEmpty(DEPLOYMENT_PATH) {
DEPLOYMENT_PATH = /usr/share/$$TARGET
}

DEFINES += DEPLOYMENT_PATH=\\\"$$DEPLOYMENT_PATH\\\"
DEFINES += DEFAULT_FONTFAMILY=\\\"$$DEFAULT_FONT\\\"

Expand Down

0 comments on commit f0545b0

Please sign in to comment.