16 lines
227 B
Prolog
16 lines
227 B
Prolog
include(../../plugins.pri)
|
|
|
|
TARGET = $$qtLibraryTarget(guh_deviceplugingooglemail)
|
|
|
|
QT+= network
|
|
|
|
SOURCES += \
|
|
deviceplugingooglemail.cpp \
|
|
smtpclient.cpp
|
|
|
|
HEADERS += \
|
|
deviceplugingooglemail.h \
|
|
smtpclient.h
|
|
|
|
|