ht1 (16th January 2008)
Hi again.
I didn't find the aaa.txt but
the last thing the compiler does before giving error message is:
-LC:/Qt/4.3.3/plugins/imageformats/ -lqmng4 -lQtGui -ldgi32 -lcomdlg32 -loleaut32 -limm32 -lwinmm -lwinspool -lmsimg32 -lQtCore -lkernel32 -luser32 -lshell32 -luuid -lole32 -ladvapi32 -lws_32
Jacek, you are asking a very good question about the compiler. The compiler says:
-LC:/Qt/4.3.3/plugins/imageformats/ -lqmng4 -lQtGui -ldgi32 -lcomdlg32 -loleaut32 -limm32 -lwinmm -lwinspool -lmsimg32 -lQtCore -lkernel32 -luser32 -lshell32 -luuid -lole32 -ladvapi32 -lws_32
but my working directory is Qt/static, not Qt/4.3.3. Seems like the system is confused about the folder where imageformat flugins are. What does that mean?
I just put the imageformat plugins in the folder that compiler wants. Now the error is:
"cannot find -lqjpeg4"
Last edited by ht1; 16th January 2008 at 22:56.
ht1 (16th January 2008)
Jacek, you are a genius! Thank you so much, your suggestion worked and now everything is perfect!
After two weeks of banging my head against the wall!
Hi all,
How to use and build the jpg plugin on QtCreator?
I got the error = undefined reference to `qt_plugin_instance_qjpeg()'
Bookmarks