hi guy. please excuse me for disturbing you.
i have a serial problem. i'm developping web browser. and at the step of compilation, i had the following error:
":-1: erreur : LNK1104: impossible d'ouvrir le fichier 'qcncodecsd.lib'"
this is in french translated in english it is: no such file, unable to find 'qcncodecsd.lib'
and i don't know the real problem. my codes seem to be correct.
here is my .pro file(i mean a part):
CONFIG += static
QTPLUGIN += qcncodecs qjpcodecs qkrcodecs qtwcodecs qico
here is also a part of my main.cpp file:
#ifndef QT_SHARED
#include <QtPlugin>
#ifndef Q_WS_WIN
Q_IMPORT_PLUGIN(qico)
#endif
#include <QtCore>
Q_IMPORT_PLUGIN(qcncodecs)
Q_IMPORT_PLUGIN(qjpcodecs)
Q_IMPORT_PLUGIN(qkrcodecs)
Q_IMPORT_PLUGIN(qtwcodecs)
#endif
please i really need help as soon as possible.
thanks for anticipation to you members.
Bookmarks