repo.or.cz
/
trojita.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tests: unit tests for the signature replacement
[trojita.git]
/
install.pri
blob
f937e602918bd9df7c72843653373d1bcdce6cc0
1
2
unix {
3
isEmpty(PREFIX) {
4
PREFIX = /usr/local
5
}
6
BINDIR = $$PREFIX/bin
7
8
INSTALLS += target
9
target.path = $$BINDIR
10
11
DATADIR = $$PREFIX/share
12
PKGDATADIR = $$DATADIR/trojita
13
14
# Share the information about the setup that qmake knows with the application
15
DEFINES += DATADIR=\\\"$$DATADIR\\\" PKGDATADIR=\\\"$$PKGDATADIR\\\"
16
}
17