August 2, 2011

tattoo tattoo
Lab Rat
18 posts

Compiling kqoauth for symbian devices in windows

 

Hello All,

I was in need for a oauth library for symbian devices, so i thought of using koauth [d-pointer.com] , i was able to compile the library for mac os , but now when i compile that for symbian using make command i get the following error:

mwldsym2.exe: Specified file ‘C:/QtSDK/Symbian/SDKs/Symbian3Qt473/epoc32/release/winscw/udeb/edll.lib’ not found

Can any body let me know the steps we need to build this library for Symbian^3 sdks and device.

8 replies

August 2, 2011

arifsetiawan arifsetiawan
Lab Rat
8 posts

I’m using it as static library without any problems. One thing I did is set KQOAUTH_EXPORT in kqoauthglobals.h as nothing.

  1. #define KQOAUTH_EXPORT // just empty statement

August 2, 2011

tattoo tattoo
Lab Rat
18 posts

can you highlight more on this i am new to qt can you tell what and where i need to make this change.

It will be also great if you tell me how you compiled it.

Thanks,

August 2, 2011

arifsetiawan arifsetiawan
Lab Rat
8 posts

Sure,
Start new project, copy all files from src folder in kqoauth source code, include those in your project. change KQOAUTH_EXPORT in kqoauthglobals.h to empty statement
Use the library following examples in website.

August 2, 2011

tattoo tattoo
Lab Rat
18 posts

are you telling me to copy kqoauth source codes into my source code folder or the copy my source code folders into kqoauth folders??

August 3, 2011

arifsetiawan arifsetiawan
Lab Rat
8 posts

to your folder

August 3, 2011

tattoo tattoo
Lab Rat
18 posts

thanks for the reply again i tried that but i got some errors can you mail me ur sample project if possible.

thanks a lot

August 3, 2011

tattoo tattoo
Lab Rat
18 posts

i changed that and now i get the error like C:\QtApps\OAuthTestApp-build-simulator\..\OAuthTestApp\kqoauthmanager.h:25: error: QNetworkReply: No such file or directory

But i guess i have included network module in my Qt .pro file.

Can you throw some more light on this.

November 4, 2011

joewandy joewandy
Lab Rat
3 posts

make sure that this is in your .pro file:

QT += core gui network

 
  ‹‹ [Solved]De-select text in text browser      [solved] Using the camera api on the n950 ››

You must log in to post a reply. Not a member yet? Register here!