fix target path from /usr/share to /usr/lib

Change-Id: I765673aaa20498e1a3debc196e5024a3dccf8a93
This commit is contained in:
Xu Fasheng 2015-11-02 19:50:17 +08:00 committed by 杨万青
parent 4f886b9d42
commit dfb427d15f
Notes: Deepin Code Review 2016-06-14 07:19:47 +00:00
Verified+1: Anonymous Coward #1000004
Code-Review+2: <yangwanqing@linuxdeepin.com>
Submitted-by: <yangwanqing@linuxdeepin.com>
Submitted-at: Mon, 02 Nov 2015 20:03:34 +0800
Reviewed-on: https://cr.deepin.io/8258
Project: dde/dde-dock
Branch: refs/heads/master
3 changed files with 3 additions and 3 deletions

View File

@ -27,5 +27,5 @@ HEADERS += systrayplugin.h \
RESOURCES += images.qrc
DISTFILES += dde-dock-systray-plugin.json
target.path = /usr/share/dde-dock/plugins/
target.path = /usr/lib/dde-dock/plugins/
INSTALLS += target

View File

@ -35,7 +35,7 @@ HEADERS += \
DISTFILES += dde-dock-trash-plugin.json
unix {
target.path = /usr/share/dde-dock/plugins/
target.path = /usr/lib/dde-dock/plugins/
INSTALLS += target
}

View File

@ -12,7 +12,7 @@ DockPluginManager::DockPluginManager(QObject *parent) :
{
m_settingFrame = new PluginsSettingFrame;
m_searchPaths << "/usr/share/dde-dock/plugins/";
m_searchPaths << "/usr/lib/dde-dock/plugins/";
// m_watcher = new QFileSystemWatcher(this);
// m_watcher->addPaths(m_searchPaths);