Jacek, thanks,
Now myproject.pro is
but I'm still getting "cannot find -lqjpg". I tried to compile with and without this is main.cpp:Qt Code:
TEMPLATE = app TARGET = DEPENDPATH += . INCLUDEPATH += . CONFIG += staticlib QTPLUGIN += qjpg \ qgif \ qmngTo copy to clipboard, switch view to plain text mode
Q_IMPORT_PLUGIN(qjpeg)
Q_IMPORT_PLUGIN(qgif)
Q_IMPORT_PLUGIN(qmng)
but still I get the "cannot find -lqjpg" error.
Is there anything else I could try to diagnose the problem? Thanks
Bookmarks