mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 17:33:05 +00:00
fix target path from /usr/share to /usr/lib
Change-Id: I765673aaa20498e1a3debc196e5024a3dccf8a93
This commit is contained in:
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
@ -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
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user