ALT Linux Bugzilla
– Attachment 6010 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), 769 bytes, created by
Sergey V Turchin
on 2013-12-13 16:45:07 MSK
(
hide
)
Description:
environment.cpp.patch
Filename:
MIME Type:
Creator:
Sergey V Turchin
Created:
2013-12-13 16:45:07 MSK
Size:
769 bytes
patch
obsolete
>--- environment.cpp~ 2013-03-21 11:28:37.000000000 +0400 >+++ environment.cpp 2013-12-13 16:43:39.884683998 +0400 >@@ -36,6 +36,7 @@ > #include <QProcessEnvironment> > #include <QString> > #include <QCoreApplication> >+#include <QLibraryInfo> > > class SystemEnvironment : public Utils::Environment > { >@@ -278,7 +279,7 @@ QString Environment::searchInPath(const > QStringList Environment::path() const > { > return m_values.value(QLatin1String("PATH")).split(HostOsInfo::pathListSeparator(), >- QString::SkipEmptyParts); >+ QString::SkipEmptyParts).prepend(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