I have some code that was written for windows. One of the parameters requires multi-byte instead of unicode. In Visual Studio 2008 I can change that in Project->Class Properties->Configuration Set. Is it possible to do this in Qt 4? The project I am working on right now requires Multi-Byte input vs Unicode, but I cannot seem to change/convert it to work right.

Thanks