I find that my Qt program will auto generate a .qt directory and auto generate a qt_plugins_3.3rc file that will contain stuff like:

[mypath]
to/a/local/qt/3.3.8/build/plugins/imageformats/libqjpeg.so=30308^e1^ex86_64 Linux g++-4 full-config^e2008-10-17T17:14:57^e
to/a/local/qt/3.3.8/build/plugins/imageformats/libqmng.so=30308^e1^ex86_64 Linux g++-4 full-config^e2007-11-16T16:51:25^e

Is there any way to stop this from happening? After looking through the possible options listed in "configure --help", I tried modifying my configure options when building the library by adding "-system-libjpeg -no-imgfmt-mng", but this did not seem to have any effect.