修复邮件发送模块不支持Qt6的BUG
This commit is contained in:
@@ -7,10 +7,7 @@ class EmailAddress : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
|
||||
EmailAddress();
|
||||
EmailAddress(const QString &address, const QString &name = "");
|
||||
|
||||
~EmailAddress();
|
||||
|
||||
void setName(const QString &name);
|
||||
|
||||
@@ -13,8 +13,3 @@ SUBDIRS += keytool
|
||||
SUBDIRS += keydemo
|
||||
SUBDIRS += livetool
|
||||
SUBDIRS += livedemo
|
||||
|
||||
#Qt6有些代码没适配
|
||||
greaterThan(QT_MAJOR_VERSION, 5) {
|
||||
SUBDIRS -= emailtool
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user