This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
Simon Stürz 2a372dd240 added google mail notification plugin
changed licence formating
2014-04-20 18:49:39 +02:00

16 lines
227 B
Prolog

include(../../plugins.pri)
TARGET = $$qtLibraryTarget(guh_deviceplugingooglemail)
QT+= network
SOURCES += \
deviceplugingooglemail.cpp \
smtpclient.cpp
HEADERS += \
deviceplugingooglemail.h \
smtpclient.h