Skip to content

Commit

Permalink
Support Firebase C++ SDK v5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adolby committed Sep 27, 2018
1 parent 593032a commit 86f539a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ Up until commit [cb52be83](https://github.com/Larpon/QtFirebase/commit/cb52be832
* v4.5.1
* v5.0.0
* v5.1.1
* v5.3.0

We recommend you build against the latest version of the Firebase C++ SDK.

Expand Down
5 changes: 2 additions & 3 deletions qtfirebase_target.pri
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ contains(DEFINES,QTFIREBASE_BUILD_ANALYTICS) {
-framework FirebaseCore \
-framework FirebaseCoreDiagnostics \
-framework FirebaseInstanceID \
-framework FirebaseNanoPB \
-framework GoogleToolboxForMac \
-framework GoogleAppMeasurement \
-framework GoogleUtilities \
-framework nanopb \
\
}
Expand Down Expand Up @@ -245,4 +245,3 @@ contains(DEFINES,QTFIREBASE_BUILD_DATABASE) {
}

LIBS += -L$$QTFIREBASE_SDK_LIBS_PATH -l$${QTFIREBASE_SDK_LIBS_PREFIX}app

0 comments on commit 86f539a

Please sign in to comment.