Hi everybody,

I decided to give the beta of Qt Creator 1.3 a try rather than using Visual C++ 2008 Express as usually.

I have a problem during the linking phase, where it can't find symbols (CoCreateInstance@20 for exampl, as I use several native Win32 calls).

It doesn't work in Qt Creator nor in a Visual Studio 2008 dos console where a pure nmake works.

Is there a way to specify extra libs ? I would prefer doing it system-wide as in the Visual Studio preferences or in the correct .bat for the Visual Studio 2008 dos console, rather than specifying it in each .pro Qt project file.

Thanks for your answers.