I get this error when trying to include QtSvgItem:
Qt Code:
  1. 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:
Qt Code:
  1. #include "C:\\Qt\\2009.05\\qt\\include\\QtSvg\\QGraphicsSvgItem"
To copy to clipboard, switch view to plain text mode 
I get the following error:
Qt Code:
  1. undefined reference to `_imp___ZN16QGraphicsSvgItemC1ERK7QStringP13QGraphicsItem'
  2.  
  3. QGraphicsSvgItem *clk_bg;
  4. QString clk;
  5. // at -> clk_bg = new QGraphicsSvgItem(clk)
To copy to clipboard, switch view to plain text mode