add dbus service

Change-Id: I54f862b3792c5e9c9ff1b3601800c98335a288ca
This commit is contained in:
石博文 2016-06-21 19:30:56 +08:00 committed by Hualet Wang
parent 7b56d829f0
commit b727862b8e
2 changed files with 7 additions and 1 deletions

View File

@ -0,0 +1,3 @@
[D-BUS Service]
Name=com.deepin.dde.dock
Exec=/usr/bin/dde-dock

View File

@ -50,5 +50,8 @@ HEADERS += \
item/pluginsitem.h \
controller/dockpluginscontroller.h
dbus_service.files += com.deepin.dde.dock.service
dbus_service.path = /usr/share/dbus-1/services
target.path = $${PREFIX}/bin/
INSTALLS += target
INSTALLS += target dbus_service