CMake Warning: Manually-specified variables were not used by the project: CMAKE_C_FLAGS CMAKE_LD_FLAGS /var/pisi/qbittorrent-5.0.4-22/work/qbittorrent-5.0.4/src/base/net/smtp.cpp: In member function ‘QString Net::Smtp::getCurrentDateTime() const’: /var/pisi/qbittorrent-5.0.4-22/work/qbittorrent-5.0.4/src/base/net/smtp.cpp:580:20: warning: ‘void QDateTime::setTimeSpec(Qt::TimeSpec)’ is deprecated: Use setTimeZone() instead [-Wdeprecated-declarations] 580 | tmp.setTimeSpec(Qt::UTC); | ~~~~~~~~~~~~~~~^~~~~~~~~ In file included from /usr/include/qt6/QtCore/QDateTime:1, from /var/pisi/qbittorrent-5.0.4-22/work/qbittorrent-5.0.4/src/base/net/smtp.cpp:36: /usr/include/qt6/QtCore/qdatetime.h:404:10: note: declared here 404 | void setTimeSpec(Qt::TimeSpec spec); | ^~~~~~~~~~~ /var/pisi/qbittorrent-5.0.4-22/work/qbittorrent-5.0.4/src/base/rss/rss_parser.cpp: In function ‘QDateTime {anonymous}::parseDate(const QString&, const QDateTime&)’: /var/pisi/qbittorrent-5.0.4-22/work/qbittorrent-5.0.4/src/base/rss/rss_parser.cpp:521:47: warning: ‘QDateTime::QDateTime(QDate, QTime, Qt::TimeSpec, int)’ is deprecated: Pass QTimeZone instead [-Wdeprecated-declarations] 521 | QDateTime result(qDate, qTime, Qt::UTC); | ^ In file included from /usr/include/qt6/QtCore/QDateTime:1, from /var/pisi/qbittorrent-5.0.4-22/work/qbittorrent-5.0.4/src/base/rss/rss_parser.h:32, from /var/pisi/qbittorrent-5.0.4-22/work/qbittorrent-5.0.4/src/base/rss/rss_parser.cpp:30: /usr/include/qt6/QtCore/qdatetime.h:359:5: note: declared here 359 | QDateTime(QDate date, QTime time, Qt::TimeSpec spec, int offsetSeconds = 0); | ^~~~~~~~~ /var/pisi/qbittorrent-5.0.4-22/work/qbittorrent-5.0.4/src/gui/advancedsettings.cpp: In member function ‘void AdvancedSettings::addRow(int, const QString&, T*)’: /var/pisi/qbittorrent-5.0.4-22/work/qbittorrent-5.0.4/src/gui/advancedsettings.cpp:983:37: warning: ‘void QCheckBox::stateChanged(int)’ is deprecated: Use checkStateChanged() instead [-Wdeprecated-declarations] 983 | connect(widget, &QCheckBox::stateChanged, this, &AdvancedSettings::settingsChanged); | ^~~~~~~~~~~~ In file included from /usr/include/qt6/QtWidgets/QCheckBox:1, from /var/pisi/qbittorrent-5.0.4-22/work/qbittorrent-5.0.4/src/gui/advancedsettings.h:34, from /var/pisi/qbittorrent-5.0.4-22/work/qbittorrent-5.0.4/src/gui/advancedsettings.cpp:29: /usr/include/qt6/QtWidgets/qcheckbox.h:41:10: note: declared here 41 | void stateChanged(int); | ^~~~~~~~~~~~ /var/pisi/qbittorrent-5.0.4-22/work/qbittorrent-5.0.4/src/gui/advancedsettings.cpp: In instantiation of ‘void AdvancedSettings::addRow(int, const QString&, T*) [with T = QCheckBox]’: /var/pisi/qbittorrent-5.0.4-22/work/qbittorrent-5.0.4/src/gui/advancedsettings.cpp:619:11: required from here /var/pisi/qbittorrent-5.0.4-22/work/qbittorrent-5.0.4/src/gui/advancedsettings.cpp:983:37: warning: ‘void QCheckBox::stateChanged(int)’ is deprecated: Use checkStateChanged() instead [-Wdeprecated-declarations] 983 | connect(widget, &QCheckBox::stateChanged, this, &AdvancedSettings::settingsChanged); | ~~~~~~~~~~~^~~~~~~~~~~~ /usr/include/qt6/QtWidgets/qcheckbox.h:41:10: note: declared here 41 | void stateChanged(int); | ^~~~~~~~~~~~ /var/pisi/qbittorrent-5.0.4-22/work/qbittorrent-5.0.4/src/gui/advancedsettings.cpp:983:37: warning: ‘void QCheckBox::stateChanged(int)’ is deprecated: Use checkStateChanged() instead [-Wdeprecated-declarations] 983 | connect(widget, &QCheckBox::stateChanged, this, &AdvancedSettings::settingsChanged); | ~~~~~~~~~~~^~~~~~~~~~~~ /usr/include/qt6/QtWidgets/qcheckbox.h:41:10: note: declared here 41 | void stateChanged(int); | ^~~~~~~~~~~~ /var/pisi/qbittorrent-5.0.4-22/work/qbittorrent-5.0.4/src/gui/advancedsettings.cpp:983:25: warning: ‘void QCheckBox::stateChanged(int)’ is deprecated: Use checkStateChanged() instead [-Wdeprecated-declarations] 983 | connect(widget, &QCheckBox::stateChanged, this, &AdvancedSettings::settingsChanged); | ^~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/qt6/QtWidgets/qcheckbox.h:41:10: note: declared here 41 | void stateChanged(int); | ^~~~~~~~~~~~ /var/pisi/qbittorrent-5.0.4-22/work/qbittorrent-5.0.4/src/gui/rss/automatedrssdownloader.cpp: In constructor ‘AutomatedRssDownloader::AutomatedRssDownloader(QWidget*)’: /var/pisi/qbittorrent-5.0.4-22/work/qbittorrent-5.0.4/src/gui/rss/automatedrssdownloader.cpp:132:43: warning: ‘void QCheckBox::stateChanged(int)’ is deprecated: Use checkStateChanged() instead [-Wdeprecated-declarations] 132 | connect(m_ui->checkRegex, &QCheckBox::stateChanged, this, &AutomatedRssDownloader::handleRuleDefinitionChanged); | ^~~~~~~~~~~~ In file included from /usr/include/qt6/QtWidgets/QCheckBox:1, from /var/pisi/qbittorrent-5.0.4-22/work/qbittorrent-5.0.4/build/src/gui/ui_automatedrssdownloader.h:15, from /var/pisi/qbittorrent-5.0.4-22/work/qbittorrent-5.0.4/src/gui/rss/automatedrssdownloader.cpp:57: /usr/include/qt6/QtWidgets/qcheckbox.h:41:10: note: declared here 41 | void stateChanged(int); | ^~~~~~~~~~~~ /var/pisi/qbittorrent-5.0.4-22/work/qbittorrent-5.0.4/src/gui/rss/automatedrssdownloader.cpp:133:43: warning: ‘void QCheckBox::stateChanged(int)’ is deprecated: Use checkStateChanged() instead [-Wdeprecated-declarations] 133 | connect(m_ui->checkRegex, &QCheckBox::stateChanged, this, &AutomatedRssDownloader::updateMustLineValidity); | ^~~~~~~~~~~~ /usr/include/qt6/QtWidgets/qcheckbox.h:41:10: note: declared here 41 | void stateChanged(int); | ^~~~~~~~~~~~ /var/pisi/qbittorrent-5.0.4-22/work/qbittorrent-5.0.4/src/gui/rss/automatedrssdownloader.cpp:134:43: warning: ‘void QCheckBox::stateChanged(int)’ is deprecated: Use checkStateChanged() instead [-Wdeprecated-declarations] 134 | connect(m_ui->checkRegex, &QCheckBox::stateChanged, this, &AutomatedRssDownloader::updateMustNotLineValidity); | ^~~~~~~~~~~~ /usr/include/qt6/QtWidgets/qcheckbox.h:41:10: note: declared here 41 | void stateChanged(int); | ^~~~~~~~~~~~ /var/pisi/qbittorrent-5.0.4-22/work/qbittorrent-5.0.4/src/gui/rss/automatedrssdownloader.cpp:135:43: warning: ‘void QCheckBox::stateChanged(int)’ is deprecated: Use checkStateChanged() instead [-Wdeprecated-declarations] 135 | connect(m_ui->checkSmart, &QCheckBox::stateChanged, this, &AutomatedRssDownloader::handleRuleDefinitionChanged); | ^~~~~~~~~~~~ /usr/include/qt6/QtWidgets/qcheckbox.h:41:10: note: declared here 41 | void stateChanged(int); | ^~~~~~~~~~~~