Bug 369 - Qt5: SVG icons might not be displayed
Summary: Qt5: SVG icons might not be displayed
Status: RESOLVED FIXED
Alias: None
Product: PulseView
Classification: Unclassified
Component: Build system (show other bugs)
Version: unreleased development snapshot
Hardware: All All
: Normal normal
Target Milestone: ---
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-16 19:49 CEST by Uwe Hermann
Modified: 2014-11-02 21:19 CET (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Uwe Hermann 2014-06-16 19:49:44 CEST
It appears that (at least in Qt5, not sure about Qt4) SVG icons are not always displayed per default.

On Debian for example, installing just "qtbase5-dev" is not sufficient. After installing libqt5svg5-dev (probably only the lib itself is needed, not the -dev package, but this is untested) the icons appear and work fine.

We might need to add the equivalent of qmake's "QT += svg" in the cmake config to force the usage of the Qt SVG code.
Comment 1 Uwe Hermann 2014-11-02 21:19:53 CET
Fixed in 726ea66712afefafd96b4f08667fa97ab741c343.