pcolby / aws-sdk-qt

AWS SDK for Qt
GNU General Public License v3.0
32 stars 16 forks source link

Qt5.0 support #1

Closed pcolby closed 11 years ago

pcolby commented 11 years ago

libqtaws currently requires Qt5.1.

It should be possible to support Qt5.0 by importing the QMessageAuthenticationCode class from Qt5.1... as far as I can tell, this is the only dependence on Qt5.1 that is not included in Qt5.0.

Qt5.0 support would be great, because getting Qt5.1 to work on travis-ci is going to be a real pain, whereas Qt5.0 on travis-ci is, well, working already :)

pcolby commented 11 years ago

Began experimenting in new qt50 branch...

pcolby commented 11 years ago

Qt 5.0 support is done... well, enough to satisfy travis-ci.

I'll add some details to the wiki soon. Currently, there would be (I'm guessing, based on Nokia / Qt's comments in the rfc6234 code) some HMAC-related thread safety issues in the Qt 5.0 support. But that's not a bocker for now.