Correct paths for make install.

--HG--
branch : develop
This commit is contained in:
dismine 2014-10-15 20:57:50 +03:00
parent 7960b6e00e
commit 0a7c8b17d4
3 changed files with 3 additions and 3 deletions

View file

@ -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/

View file

@ -53,7 +53,7 @@ unix {
isEmpty(PREFIX) {
PREFIX = /usr/lib
}
target.path = $$PREFIX/
target.path = $$PREFIX/lib
INSTALLS += target
*-g++{

View file

@ -96,7 +96,7 @@ unix {
isEmpty(PREFIX) {
PREFIX = /usr/lib
}
target.path = $$PREFIX/
target.path = $$PREFIX/lib
INSTALLS += target
*-g++{