Hello,

I want to compile my application in debug mode so I put:
CONFIG += debug
in my .pro file. However, this drags in libQt3Support_debug.so
But I don't want to debug Qt, so I probably don't need this?! I wouldn't mind, but the debug package is 170 MB in size...

Any ideas?

System: Debian unstable
QT 4.1.1

Best regards

Ben