Results 1 to 2 of 2

Thread: Does anyone have works with qoauth in windows?

  1. #1
    Join Date
    Apr 2010
    Posts
    98
    Thanks
    19
    Thanked 8 Times in 6 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Question Does anyone have works with qoauth in windows?

    I was trying to do something relative to OAuth,and found QOAuth.But I don't know how to setup..

    I have build qt with OpenSSL
    I have build QCA
    I have build QCA plugin for openSSL(PS:I comment out all the lines contain "EVP_md2",they just kept throwing out errors while compiling.And I don't think that would be a serious problem if I don't use MD2)
    Then I build the QOAuth(without the test thing,they throw errors too), So Now I got two dlls:qoauth1.dll and qoauthd1.dll
    But I don't know what to do.
    If I just copy these dlls to my project folder along with their headers.I can't compile my project.Because it can't find the decalation of QCA.

    The author says that:
    HOW TO USE:
    Add these two lines to your project:
    * in project file:
    CONFIG += oauth
    * in source code:
    #include
    You can start using QOAuth.
    I want to do this in windows,too.Anybody knows how?
    It's not the goodbye that hurts,but the flashback that follow.

  2. #2
    Join Date
    Dec 2008
    Posts
    2
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Does anyone have works with qoauth in windows?

    I don't know about QOAuth, but maybe you can try kQOAuth on Windows. It's another, a bit different OAuth library for Qt. It does not have external dependencies to SSL so you might be luckier with that?

    It does not, however, have installations preset for Windows platform so if you try it out and get it to work on Windows, contributions would be nice

    Please check http://www.d-pointer.com/solutions/kqoauth/

Similar Threads

  1. Replies: 1
    Last Post: 7th April 2010, 18:13
  2. Works well on Windows but fails on Linux
    By utkuaydin in forum Qt Programming
    Replies: 3
    Last Post: 11th January 2010, 13:22
  3. QOAuth - a Qt OAuth library
    By ayoy in forum Qt-based Software
    Replies: 1
    Last Post: 10th August 2009, 13:50
  4. QPalette works differently on windows and linux
    By babu198649 in forum Newbie
    Replies: 3
    Last Post: 6th March 2008, 07:27
  5. Project won't compile under Windows (works under Linux)
    By philski in forum Qt Programming
    Replies: 7
    Last Post: 14th September 2006, 15:29

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.