mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-04 10:53:30 +08:00
d2f1985994
Signed-off-by: Zoltan Gyarmati <zgyarmati@zgyarmati.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
11 lines
328 B
Plaintext
11 lines
328 B
Plaintext
config BR2_PACKAGE_SIMPLE_MAIL
|
|
bool "simple-mail"
|
|
depends on BR2_PACKAGE_QT5 || BR2_PACKAGE_QT6
|
|
select BR2_PACKAGE_QT5BASE_NETWORK if BR2_PACKAGE_QT5
|
|
select BR2_PACKAGE_QT6BASE_NETWORK if BR2_PACKAGE_QT6
|
|
select BR2_PACKAGE_OPENSSL
|
|
help
|
|
An SMTP library written in C++ for Qt.
|
|
|
|
https://github.com/cutelyst/simple-mail
|