Drop support of Qt 6.5

PR #22599.
This commit is contained in:
Vladimir Golovnev
2025-04-27 16:21:20 +03:00
committed by GitHub
parent 45babc336d
commit 33aaa867b5
13 changed files with 10 additions and 25 deletions

View File

@@ -72,7 +72,7 @@ SearchHandler::SearchHandler(const QString &pattern, const QString &category, co
// Load environment variables (proxy)
m_searchProcess->setProcessEnvironment(m_manager->proxyEnvironment());
m_searchProcess->setProgram(Utils::ForeignApps::pythonInfo().executableName);
#if defined(Q_OS_UNIX) && (QT_VERSION >= QT_VERSION_CHECK(6, 6, 0))
#ifdef Q_OS_UNIX
m_searchProcess->setUnixProcessParameters(QProcess::UnixProcessFlag::CloseFileDescriptors);
#endif