From b5dbdcb6018af51cb58b02e105bf50636ed35f8d Mon Sep 17 00:00:00 2001 From: csoler Date: Sat, 20 Oct 2018 13:51:01 +0200 Subject: [PATCH] fixed compilation of web UI files on linux --- libresapi/src/libresapi.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libresapi/src/libresapi.pro b/libresapi/src/libresapi.pro index ba728f9a5..a56dc6cb2 100644 --- a/libresapi/src/libresapi.pro +++ b/libresapi/src/libresapi.pro @@ -39,7 +39,7 @@ libresapi_settings { } libresapihttpserver { - unix { + linux-* { webui_files.path = "$${DATA_DIR}/webui" webui_files.files = webui/app.js webui/app.css webui/index.html