Merge pull request #330 from zeners/webui

fixed missing webui files in make install
This commit is contained in:
electron128 2016-03-29 19:42:07 +02:00
commit 5b5504cf83

View File

@ -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"