larpon / QtFirebase

An effort to bring Google's Firebase C++ API to Qt + QML
MIT License
284 stars 83 forks source link

made include works from non-project folder #100

Closed clayly closed 5 years ago

clayly commented 5 years ago

Without $$QTFIREBASE_FRAMEWORKS_ROOT/../ added to include path there can be error like: "Firebase/Firebase.h" not found.

larpon commented 5 years ago

Thank you @clayly ! I've had several people hinting this on multiple occasions - without knowing what I should do about it :smiley:

larpon commented 5 years ago

@clayly - I think your #101 PR just revoked this ??

larpon commented 5 years ago

NVM fixed it manually in f3d9d81

clayly commented 5 years ago

I thought its gonna look like two different changes to to different files. Guess what? I was wrong ).