qxmledit: remove Werror to fix build with qt5.13+
This commit is contained in:
parent
972466229b
commit
bdc9e49f39
1 changed files with 7 additions and 0 deletions
|
@ -23,6 +23,13 @@ if [ "$CROSS_BUILD" ]; then
|
||||||
qt5-svg-devel qt5-xmlpatterns-devel"
|
qt5-svg-devel qt5-xmlpatterns-devel"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
post_patch() {
|
||||||
|
vsed -e '/Werror/d' -i src/QXmlEdit.pro \
|
||||||
|
-i src/QXmlEditWidget.pro \
|
||||||
|
-i test/test.pro -i singleapp/app.pro \
|
||||||
|
-i src/sessions/QXmlEditSessions.pro
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense external/qwtplot3d/license.txt
|
vlicense external/qwtplot3d/license.txt
|
||||||
vmkdir usr/share/appdata
|
vmkdir usr/share/appdata
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue