Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
1d2fa45a
Commit
1d2fa45a
authored
Nov 29, 2010
by
kh1
Browse files
Fix usage of mad command, seems we depend on the system env.
parent
945b2555
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt-maemo/maemoglobal.cpp
View file @
1d2fa45a
...
...
@@ -114,7 +114,7 @@ void MaemoGlobal::callMaddeShellScript(QProcess &proc, const QString &maddeRoot,
QString
actualCommand
=
command
;
QStringList
actualArgs
=
args
;
#ifdef Q_OS_WIN
Utils
::
Environment
env
(
proc
.
e
nvironment
());
Utils
::
Environment
env
(
proc
.
systemE
nvironment
());
env
.
prependOrSetPath
(
maddeRoot
+
QLatin1String
(
"/bin"
));
env
.
prependOrSet
(
QLatin1String
(
"HOME"
),
QDesktopServices
::
storageLocation
(
QDesktopServices
::
HomeLocation
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment