Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
cc2d6c91
Commit
cc2d6c91
authored
Dec 16, 2009
by
kh1
Browse files
Add this folder since it contains the missing mingw.dll for qt tools.
parent
6882c3cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt-maemo/maemotoolchain.cpp
View file @
cc2d6c91
...
...
@@ -85,6 +85,10 @@ void MaemoToolChain::addToEnvironment(ProjectExplorer::Environment &env)
.
arg
(
targetRoot
())));
env
.
prependOrSetPath
(
QDir
::
toNativeSeparators
(
QString
(
"%1/bin"
)
.
arg
(
toolchainRoot
())));
#ifdef Q_OS_WIN
env
.
prependOrSetPath
(
QDir
::
toNativeSeparators
(
QString
(
"%1/madbin"
)
.
arg
(
maddeRoot
())));
#endif
}
QString
MaemoToolChain
::
makeCommand
()
const
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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