(C++) QtSvg
February 24, 2017 · View on GitHub
(C++)
QtSvg
QtSvg is a QT module for scalable vector graphics.
QtSvg examples
Note for Qt Creator users
Add the following line to your project file (to prevent link errors):
equals(QT_MAJOR_VERSION, 4): LIBS += -lQtSvg greaterThan(QT_MAJOR_VERSION, 4): QT += svg