mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
added RSNewWebUI as a submodule so as to help packaging
This commit is contained in:
parent
d9c9363b05
commit
7314de8a80
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -32,3 +32,6 @@
|
|||||||
path = libretroshare
|
path = libretroshare
|
||||||
url = ../libretroshare
|
url = ../libretroshare
|
||||||
branch = master
|
branch = master
|
||||||
|
[submodule "retroshare-webui"]
|
||||||
|
path = retroshare-webui
|
||||||
|
url = git@github.com:Retroshare/RSNewWebUI
|
||||||
|
@ -68,6 +68,13 @@ retroshare_plugins {
|
|||||||
plugins.target = plugins
|
plugins.target = plugins
|
||||||
}
|
}
|
||||||
|
|
||||||
|
rs_webui {
|
||||||
|
SUBDIRS += retroshare-webui
|
||||||
|
retroshare-webui.file = retroshare-webui/webui.pro
|
||||||
|
retroshare-webui.target = rs_webui
|
||||||
|
retroshare-webui.depends = retroshare_gui
|
||||||
|
}
|
||||||
|
|
||||||
wikipoos {
|
wikipoos {
|
||||||
SUBDIRS += pegmarkdown
|
SUBDIRS += pegmarkdown
|
||||||
pegmarkdown.file = supportlibs/pegmarkdown/pegmarkdown.pro
|
pegmarkdown.file = supportlibs/pegmarkdown/pegmarkdown.pro
|
||||||
|
1
retroshare-webui
Submodule
1
retroshare-webui
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit a593b9c808f90cce7d47a5de86c207ef8675945f
|
Loading…
Reference in New Issue
Block a user