Closed pcolby closed 11 years ago
Began experimenting in new qt50 branch...
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.
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 :)