add install path

Change-Id: I3be50deb69372cf08f8a9567e42d737fae7e6957
This commit is contained in:
石博文 2016-06-21 15:23:45 +08:00 committed by Hualet Wang
parent 1994db5d83
commit 1dfa6568dc
2 changed files with 8 additions and 0 deletions

View File

@ -49,3 +49,6 @@ HEADERS += \
dbus/dbusmenu.h \
item/pluginsitem.h \
controller/dockpluginscontroller.h
target.path = $${PREFIX}/bin/
INSTALLS += target

View File

@ -3,3 +3,8 @@ HEADERS += \
$$PWD/constants.h
INCLUDEPATH += $$PWD
isEmpty(PREFIX)
{
PREFIX = /usr
}