webui: include files in install

This commit is contained in:
zeners 2016-03-29 18:57:18 +02:00
parent f5f27edd43
commit be328e223e

View File

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