Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 646574 - dev-qt/qt-creator doesn't compile with qt-5.9.4
Summary: dev-qt/qt-creator doesn't compile with qt-5.9.4
Status: RESOLVED DUPLICATE of bug 646504
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-04 12:13 UTC by Herbert Wantesh
Modified: 2018-02-04 12:16 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Herbert Wantesh 2018-02-04 12:13:42 UTC
after upgrading to qt-5.9.4 i get this errors when trying to compile qt-creator

imageviewerfile.cpp:109:54: error: invalid use of incomplete type ‘class QGraphicsSvgItem’
         m_tempSvgItem = new QGraphicsSvgItem(fileName);
                                                      ^
In file included from imageviewerfile.cpp:27:0:
imageviewerfile.h:37:7: note: forward declaration of ‘class QGraphicsSvgItem’
 class QGraphicsSvgItem;
       ^~~~~~~~~~~~~~~~
imageviewerfile.cpp:110:37: error: invalid use of incomplete type ‘class QGraphicsSvgItem’
         QRectF bound = m_tempSvgItem->boundingRect();
Comment 1 Andreas Sturmlechner gentoo-dev 2018-02-04 12:16:00 UTC

*** This bug has been marked as a duplicate of bug 646504 ***