summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJannis Voelker <jannis.voelker@basyskom.com>2018-02-27 16:18:10 +0100
committerJannis Völker <jannis.voelker@basyskom.com>2018-03-06 08:13:53 +0000
commitd56d0c02ece5323255bc5c110173e3e2275dfc56 (patch)
treebe21a164a7756519d9521a96c43585273b86f415
parent600ba0dcc3cd731fb55491f81ed533de9f7fb106 (diff)
Fix the entry for the uacpp backend in configure.json
The second source was missing libs: -lcrypto -lssl -lxml2 Change-Id: I61ff63b580561e2eabc42160b2206cc06da59e65 Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io>
-rw-r--r--src/opcua/configure.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opcua/configure.json b/src/opcua/configure.json
index 39e746e..e6fa2ab 100644
--- a/src/opcua/configure.json
+++ b/src/opcua/configure.json
@@ -58,7 +58,7 @@
"condition": "config.win32 && var.QT_EDITION != 'OpenSource'"
},
{
- "libs": "-luaclient -luamodule -luamodels -lcoremodule -luabase -luastack -lxmlparser -luapki -lcry",
+ "libs": "-luaclient -luamodule -luamodels -lcoremodule -luabase -luastack -lxmlparser -luapki -lcrypto -lssl -lxml2",
"condition": "var.QT_EDITION != 'OpenSource'"
}
]