diff --git a/accounts-qml-module.changes b/accounts-qml-module.changes index d4c6c7d..39dba99 100644 --- a/accounts-qml-module.changes +++ b/accounts-qml-module.changes @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Mon Sep 14 07:44:14 UTC 2020 - Wolfgang Bauer + +- Compile without "-Werror" to fix a build failure with Qt 5.15.1 + due to deprecation warnings + +------------------------------------------------------------------- Tue Dec 10 14:34:25 UTC 2019 - Wolfgang Bauer - Initial package diff --git a/accounts-qml-module.spec b/accounts-qml-module.spec index 3312901..e8aca92 100644 --- a/accounts-qml-module.spec +++ b/accounts-qml-module.spec @@ -49,6 +49,7 @@ This package contains the developer documentation for accounts-qml-module. %prep %setup -q -n %{name}-VERSION_%{version} %autopatch -p1 +sed -e 's/-Werror//' -i common-project-config.pri %build mkdir build