2025-08-14 10:26:19 +02:00

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