mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-02 15:45:21 +00:00
add install path
Change-Id: I3be50deb69372cf08f8a9567e42d737fae7e6957
This commit is contained in:
parent
1994db5d83
commit
1dfa6568dc
@ -49,3 +49,6 @@ HEADERS += \
|
||||
dbus/dbusmenu.h \
|
||||
item/pluginsitem.h \
|
||||
controller/dockpluginscontroller.h
|
||||
|
||||
target.path = $${PREFIX}/bin/
|
||||
INSTALLS += target
|
||||
|
@ -3,3 +3,8 @@ HEADERS += \
|
||||
$$PWD/constants.h
|
||||
|
||||
INCLUDEPATH += $$PWD
|
||||
|
||||
isEmpty(PREFIX)
|
||||
{
|
||||
PREFIX = /usr
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user