bin directory only for Unix-way installations.
--HG-- branch : develop
This commit is contained in:
parent
0a7c8b17d4
commit
d4ea7467c8
|
@ -196,7 +196,11 @@ isEmpty(PREFIX) {
|
||||||
DATADIR =$$PREFIX/share
|
DATADIR =$$PREFIX/share
|
||||||
DEFINES += DATADIR=\\\"$$DATADIR\\\" PKGDATADIR=\\\"$$PKGDATADIR\\\"
|
DEFINES += DATADIR=\\\"$$DATADIR\\\" PKGDATADIR=\\\"$$PKGDATADIR\\\"
|
||||||
#MAKE INSTALL
|
#MAKE INSTALL
|
||||||
|
unix:!macx{
|
||||||
target.path = $$PREFIX/bin
|
target.path = $$PREFIX/bin
|
||||||
|
}else{
|
||||||
|
target.path = $$PREFIX/
|
||||||
|
}
|
||||||
desktop.path = $$DATADIR/applications/
|
desktop.path = $$DATADIR/applications/
|
||||||
desktop.files += ../../dist/$${TARGET}.desktop
|
desktop.files += ../../dist/$${TARGET}.desktop
|
||||||
pixmaps.path = $$DATADIR/pixmaps/
|
pixmaps.path = $$DATADIR/pixmaps/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user