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
|
||||
DEFINES += DATADIR=\\\"$$DATADIR\\\" PKGDATADIR=\\\"$$PKGDATADIR\\\"
|
||||
#MAKE INSTALL
|
||||
unix:!macx{
|
||||
target.path = $$PREFIX/bin
|
||||
}else{
|
||||
target.path = $$PREFIX/
|
||||
}
|
||||
desktop.path = $$DATADIR/applications/
|
||||
desktop.files += ../../dist/$${TARGET}.desktop
|
||||
pixmaps.path = $$DATADIR/pixmaps/
|
||||
|
|
Loading…
Reference in New Issue
Block a user