summaryrefslogtreecommitdiffstats
path: root/install.pri
blob: b2d1e6266fb6691586e23fc89987c41b1d01314e (plain)
1
2
3
4
5
6
7
8
isEmpty(PREFIX) {
    PREFIX = $$(PREFIX)
}
isEmpty(PREFIX) {
    PREFIX = /usr
}
target.path = $$PREFIX/$${INSTALLDIR}
INSTALLS += target