I get this error when trying to include QtSvgItem:
error: QGraphicsSvgItem: No such file or directory
To copy to clipboard, switch view to plain text mode
I don't know the reason for that as the files are present and when I include it's path:
#include "C:\\Qt\\2009.05\\qt\\include\\QtSvg\\QGraphicsSvgItem"
#include "C:\\Qt\\2009.05\\qt\\include\\QtSvg\\QGraphicsSvgItem"
To copy to clipboard, switch view to plain text mode
I get the following error:
undefined reference to `_imp___ZN16QGraphicsSvgItemC1ERK7QStringP13QGraphicsItem'
QGraphicsSvgItem *clk_bg;
QString clk;
// at -> clk_bg = new QGraphicsSvgItem(clk)
undefined reference to `_imp___ZN16QGraphicsSvgItemC1ERK7QStringP13QGraphicsItem'
QGraphicsSvgItem *clk_bg;
QString clk;
// at -> clk_bg = new QGraphicsSvgItem(clk)
To copy to clipboard, switch view to plain text mode
Bookmarks