mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-12 02:55:18 -04:00
webui: include files in install
This commit is contained in:
parent
f5f27edd43
commit
be328e223e
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ INCLUDEPATH += ../../libretroshare/src
|
||||||
unix {
|
unix {
|
||||||
|
|
||||||
webui_files.path = "$${DATA_DIR}/webui"
|
webui_files.path = "$${DATA_DIR}/webui"
|
||||||
webui_files.files = webfiles/*
|
webui_files.files = webui/*
|
||||||
INSTALLS += webui_files
|
INSTALLS += webui_files
|
||||||
|
|
||||||
webui_img_files.path = "$${DATA_DIR}/webui/img"
|
webui_img_files.path = "$${DATA_DIR}/webui/img"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue