mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-09-17 11:24:57 -04:00
Merge pull request #330 from zeners/webui
fixed missing webui files in make install
This commit is contained in:
commit
5b5504cf83
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ INCLUDEPATH += ../../libretroshare/src
|
|||
unix {
|
||||
|
||||
webui_files.path = "$${DATA_DIR}/webui"
|
||||
webui_files.files = webfiles/*
|
||||
webui_files.files = webui/*
|
||||
INSTALLS += webui_files
|
||||
|
||||
webui_img_files.path = "$${DATA_DIR}/webui/img"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue