17 lines
241 B
Prolog
17 lines
241 B
Prolog
include(../plugins.pri)
|
|
|
|
QT *= network
|
|
|
|
# For RSA signing JWT
|
|
PKGCONFIG += openssl
|
|
|
|
SOURCES += \
|
|
googleoauth2.cpp \
|
|
integrationpluginpushnotifications.cpp
|
|
|
|
HEADERS += \
|
|
googleoauth2.h \
|
|
integrationpluginpushnotifications.h
|
|
|
|
|