Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Compiling kqoauth for symbian devices in windows

Compiling kqoauth for symbian devices in windows

Scheduled Pinned Locked Moved Mobile and Embedded
9 Posts 3 Posters 3.6k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    tattoo
    wrote on last edited by
    #1

    Hello All,

    I was in need for a oauth library for symbian devices, so i thought of using "koauth":http://www.d-pointer.com/solutions/kqoauth/ , 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.

    1 Reply Last reply
    0
    • A Offline
      A Offline
      arifsetiawan
      wrote on last edited by
      #2

      I'm using it as static library without any problems. One thing I did is set KQOAUTH_EXPORT in kqoauthglobals.h as nothing.
      @#define KQOAUTH_EXPORT // just empty statement@

      1 Reply Last reply
      0
      • T Offline
        T Offline
        tattoo
        wrote on last edited by
        #3

        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,

        1 Reply Last reply
        0
        • A Offline
          A Offline
          arifsetiawan
          wrote on last edited by
          #4

          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.

          1 Reply Last reply
          0
          • T Offline
            T Offline
            tattoo
            wrote on last edited by
            #5

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

            1 Reply Last reply
            0
            • A Offline
              A Offline
              arifsetiawan
              wrote on last edited by
              #6

              to your folder

              1 Reply Last reply
              0
              • T Offline
                T Offline
                tattoo
                wrote on last edited by
                #7

                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

                1 Reply Last reply
                0
                • T Offline
                  T Offline
                  tattoo
                  wrote on last edited by
                  #8

                  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.

                  1 Reply Last reply
                  0
                  • J Offline
                    J Offline
                    joewandy
                    wrote on last edited by
                    #9

                    make sure that this is in your .pro file:

                    QT += core gui network

                    1 Reply Last reply
                    0

                    • Login

                    • Login or register to search.
                    • First post
                      Last post
                    0
                    • Categories
                    • Recent
                    • Tags
                    • Popular
                    • Users
                    • Groups
                    • Search
                    • Get Qt Extensions
                    • Unsolved