I am attaching a similar example from Image view of Qt Demo....
I have added
to the .cpp file#include <QtPlugin>
Q_IMPORT_PLUGIN(qjpeg)
Q_IMPORT_PLUGIN(qgif)
Q_IMPORT_PLUGIN(qkrcodecs)
and
to the header file...QTPLUGIN += qjpeg \
qgif \
qkrcodecs
I get the error as..
what wrong am I doing ??Linking...
LINK : fatal error LNK1181: cannot open input file "qgif.lib"
Error executing link.exe.
Image Test.exe - 1 error(s), 0 warning(s)
Bookmarks