[packages/qt5-qtenginio] - uses QLinkedList deprecated since 5.15, disable QT_NO_LINKED_LIST define

qboosh qboosh at pld-linux.org
Sat Feb 27 13:14:27 CET 2021


commit 8a7df26d51755816a1beb31e9ae3037e5a278227
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Feb 27 13:15:08 2021 +0100

    - uses QLinkedList deprecated since 5.15, disable QT_NO_LINKED_LIST define

 qt5-qtenginio.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/qt5-qtenginio.spec b/qt5-qtenginio.spec
index 112fedd..8c772cc 100644
--- a/qt5-qtenginio.spec
+++ b/qt5-qtenginio.spec
@@ -127,7 +127,8 @@ Przykłady do biblioteki Qt5 Enginio.
 %setup -q -n %{orgname}-opensource-src-%{version}
 
 %build
-qmake-qt5
+qmake-qt5 \
+	DEFINES-=QT_NO_LINKED_LIST
 %{__make}
 %{__make} %{!?with_qch:html_}docs
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/qt5-qtenginio.git/commitdiff/8a7df26d51755816a1beb31e9ae3037e5a278227



More information about the pld-cvs-commit mailing list