ALT Linux Bugzilla
– Attachment 6011 Details for
Bug 29569
При создании проекта не находит ни одного Kit
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
environment.cpp.patch
environment.cpp.patch (text/plain), 867 bytes, created by
Sergey V Turchin
on 2013-12-13 18:47:18 MSK
(
hide
)
Description:
environment.cpp.patch
Filename:
MIME Type:
Creator:
Sergey V Turchin
Created:
2013-12-13 18:47:18 MSK
Size:
867 bytes
patch
obsolete
>--- environment.cpp~ 2013-03-21 11:28:37.000000000 +0400 >+++ environment.cpp 2013-12-13 18:46:00.872858378 +0400 >@@ -36,6 +36,7 @@ > #include <QProcessEnvironment> > #include <QString> > #include <QCoreApplication> >+#include <QLibraryInfo> > > class SystemEnvironment : public Utils::Environment > { >@@ -277,8 +278,8 @@ QString Environment::searchInPath(const > > QStringList Environment::path() const > { >- return m_values.value(QLatin1String("PATH")).split(HostOsInfo::pathListSeparator(), >- QString::SkipEmptyParts); >+ return QStringList(m_values.value(QLatin1String("PATH")).split(HostOsInfo::pathListSeparator(), >+ QString::SkipEmptyParts)) << QLibraryInfo::location(QLibraryInfo::BinariesPath); > } > > QString Environment::value(const QString &key) const
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 29569
:
6006
|
6007
|
6008
|
6009
|
6010
| 6011