mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-22 15:09:04 +02:00
update EAPI 7 -> 8
license is now GPL-3+ :
97d200c0ec
qt5 -> qt6
dev-qt/qtsvg is required to render icons
project moved from sourceforge to github
use examples deleted. dir no longer exists in repo
Closes: https://bugs.gentoo.org/822774
Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
Closes: https://github.com/gentoo/gentoo/pull/40019
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
13 lines
259 B
Diff
13 lines
259 B
Diff
src/parser.h calls two classes provided by dev-qt/qtbase[-xml] :
|
|
QXmlStreamReader
|
|
QXmlStreamAttributes
|
|
--- a/socnetv.pro
|
|
+++ b/socnetv.pro
|
|
@@ -16,7 +16,6 @@
|
|
|
|
# add Qt module support
|
|
QT += core
|
|
-QT += xml
|
|
QT += network
|
|
QT += widgets
|
|
QT += printsupport
|