Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'master' into 'master'
Make DEPLOYMENT_PATH configurable.

See merge request !23
  • Loading branch information
pvuorela committed Nov 2, 2017
2 parents 1d0fc67 + f0545b0 commit 64a3554
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 64a3554

Please sign in to comment.