Correct paths for make install.
--HG-- branch : develop
This commit is contained in:
parent
7960b6e00e
commit
0a7c8b17d4
|
@ -196,7 +196,7 @@ isEmpty(PREFIX) {
|
|||
DATADIR =$$PREFIX/share
|
||||
DEFINES += DATADIR=\\\"$$DATADIR\\\" PKGDATADIR=\\\"$$PKGDATADIR\\\"
|
||||
#MAKE INSTALL
|
||||
target.path = $$PREFIX/
|
||||
target.path = $$PREFIX/bin
|
||||
desktop.path = $$DATADIR/applications/
|
||||
desktop.files += ../../dist/$${TARGET}.desktop
|
||||
pixmaps.path = $$DATADIR/pixmaps/
|
||||
|
|
|
@ -53,7 +53,7 @@ unix {
|
|||
isEmpty(PREFIX) {
|
||||
PREFIX = /usr/lib
|
||||
}
|
||||
target.path = $$PREFIX/
|
||||
target.path = $$PREFIX/lib
|
||||
INSTALLS += target
|
||||
|
||||
*-g++{
|
||||
|
|
|
@ -96,7 +96,7 @@ unix {
|
|||
isEmpty(PREFIX) {
|
||||
PREFIX = /usr/lib
|
||||
}
|
||||
target.path = $$PREFIX/
|
||||
target.path = $$PREFIX/lib
|
||||
INSTALLS += target
|
||||
|
||||
*-g++{
|
||||
|
|
Loading…
Reference in New Issue
Block a user