aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtopcua_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qt/qt5/qtopcua_git.bb')
-rw-r--r--recipes-qt/qt5/qtopcua_git.bb8
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtopcua_git.bb b/recipes-qt/qt5/qtopcua_git.bb
index 4cc658a8..35ac08fd 100644
--- a/recipes-qt/qt5/qtopcua_git.bb
+++ b/recipes-qt/qt5/qtopcua_git.bb
@@ -8,6 +8,14 @@ LIC_FILES_CHKSUM = " \
file://LICENSE.LGPLv3;md5=c4fe8c6de4eef597feec6e90ed62e962 \
"
+PACKAGECONFIG ?= "qtdeclarative"
+PACKAGECONFIG[qtdeclarative] = ",,qtdeclarative"
+
+# src/3rdparty/open62541.pri adds -Wno-format, causing following error
+# because -Wformat-security cannot be used together with -Wno-format
+# cc1: error: -Wformat-security ignored without -Wformat [-Werror=format-security]
+SECURITY_STRINGFORMAT = ""
+
DEPENDS += "qtbase"
SRCREV = "9d61cbee4131a8b6774ba242fe6e3f2b2f5e853c"