mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-25 09:11:06 -04:00
plugin system: plugin management features added (loading and unloading)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1008 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
bb904ea8e8
commit
ba1befd560
7 changed files with 898 additions and 68 deletions
|
@ -137,6 +137,8 @@ HEADERS += rshare.h \
|
|||
gui/LogoBar.h \
|
||||
gui/xprogressbar.h \
|
||||
gui/PluginsPage.h \
|
||||
gui/PluginManagerWidget.h \
|
||||
gui/PluginManager.h \
|
||||
gui/plugins/PluginInterface.h \
|
||||
lang/languagesupport.h \
|
||||
util/stringutil.h \
|
||||
|
@ -364,6 +366,8 @@ SOURCES += main.cpp \
|
|||
gui/LogoBar.cpp \
|
||||
gui/xprogressbar.cpp \
|
||||
gui/PluginsPage.cpp \
|
||||
gui/PluginManagerWidget.cpp \
|
||||
gui/PluginManager.cpp \
|
||||
lang/languagesupport.cpp \
|
||||
util/stringutil.cpp \
|
||||
util/win32.cpp \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue