pipacs / o2

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

Add config file which defines if lib as some service support #112

Closed Montel closed 6 years ago

pipacs commented 6 years ago

What is the need/use case this patch is trying to address?

Montel commented 6 years ago

For example I want to use your lib but I don't know if it was compiling with google support I need to know it if I don't want that it fails in my project. If we don't have it we don't know if lib have service support. (For me it's not a good idea to have a lib where we disable all features but it's the case at the moment, so we need to know what is activate or disable)