Toni Jovanoski

Results 7 comments of Toni Jovanoski
trafficstars

Example is not updated with the new authorization interface (public slot instead virtual override). To be done.

Updated the example! UI is not good, but it does the job.

This should be more proper: QByteArray oauthHeader = oauthTwitter()->generateAuthorizationHeader(url, OAuth::DELETE); Anyway your code will work also!

Linking in the examples is messed up (mea culpa!). Library was planned to be used like static library, and I don't why I went with shared approach... For my projects...

I have never used mingw for building QTweetLib... Can you try to use cmake for building? BR, Toni On Thu, Feb 23, 2012 at 7:00 PM, asyba < [email protected] >...

You need to install cmake. cmake With -C option you can choose what kind of Makefile generator to use. There is even cmake-gui tool. BR, Toni On Thu, Feb 23,...

Right way if you use cmake is through cmakelists.txt. If cmake complains that couldn't find qt4, my guess is that Qt is not on the path. BR, Toni On Mon,...