Hello,
I installed the new Nokia Qt SDK on Windows XP (Nokia_Qt_SDK_Win_v1_0_beta_en_offline.exe) and noticed something.
I created a 'hello world' project and set the 'Qt Simulator' as the target ("Simulator Qt for Visual Studio 2005 (Beta)") in Qt Creator. Then I included in the .pro file, the bearer management API (MOBILITY += bearer).
However, when I try to build this target (debug version), I get an error: "Cannot open 'QtBearerd.lib'". If the target is the release version, the message changes to "Cannot open 'QtBearer.lib'". The same kind of error occurs if I use the Multimedia API (MOBILITY += multimedia): "Cannot open 'QtMediad.lib'".
I browsed my installation dir for the Qt Mobility libraries (C:\Dev\NokiaQtSDK\Simulator\QtMobility\msvc2005\lib) and noticed that those mentioned files where not there (but the other ones for the other Qt Mobility APIs were). What should I do to correct this?
Cheers
Luis




