I have downloaded Qt mobility 1.2 and configured it
While building the btchat example in it.
I m getting the following errors..
../../build/Release/btchat/chat.o:chat.cpp: (.text+0x90f): undefined reference to `_imp___ZN10QtMobility21QBluetoothLocalDeviceC1EP7QObject'
../../build/Release/btchat/chat.o:chat.cpp: (.text+0x91f): undefined reference to `_imp___ZNK10QtMobility21QBluetoothLocalDevice4nameEv'
../../build/Release/btchat/chat.o:chat.cpp: (.text+0x946): undefined reference to `_imp___ZN10QtMobility21QBluetoothLocalDeviceD1Ev'
../../build/Release/btchat/chat.o:chat.cpp: (.text+0xb5f): undefined reference to `_imp___ZN10QtMobility21QBluetoothLocalDeviceC1EP7QObject'
../../build/Release/btchat/chat.o:chat.cpp: (.text+0xb6f): undefined reference to `_imp___ZNK10QtMobility21QBluetoothLocalDevice4nameEv'
../../build/Release/btchat/chat.o:chat.cpp: (.text+0xb96): undefined reference to `_imp___ZN10QtMobility21QBluetoothLocalDeviceD1Ev'
../../build/Release/btchat/chat.o:chat.cpp: (.text+0xbcb): undefined reference to `_imp___ZN10QtMobility21QBluetoothLocalDeviceD1Ev'
../../build/Release/btchat/chat.o:chat.cpp: (.text+0xc8a): undefined reference to `_imp___ZN10QtMobility14QBluetoothUuidC1ERK7QString'
../../build/Release/btchat/chat.o:chat.cpp: (.text+0xc9f): undefined reference to `_imp___ZN10QtMobility14QBluetoothUuidD1Ev'
../../build/Release/btchat/remoteselector.o:remoteselector.cpp: (.text+0x2c1): undefined reference to `_imp___ZN10QtMobility31QBluetoothServiceDiscoveryAgent5startENS0_13iscoveryModeE'
Have i missed anything in the configuration???
please help me to solve the errors..



