pipacs / o2

OAuth 2.0 for Qt
BSD 2-Clause "Simplified" License
317 stars 147 forks source link

Support building with Qt5 #32

Closed parapente closed 9 years ago

parapente commented 9 years ago

I recently tried building o2 using Qt5 and it seems to only need minor changes in the cmake file. I tried keeping compatibility with Qt4 by using the option WITH_QT5. If it isn't present all should compile as they do now, otherwise the appropriate options are set for the library to compile against Qt5.

pipacs commented 9 years ago

Thanks! I don't have Qt5, so I can only trust you on this :)