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
Marco Bubke
flatpak-qt-creator
Commits
0b19fb63
Commit
0b19fb63
authored
May 19, 2009
by
con
Browse files
Missing defines and includepaths when using mingw toolchain.
Reviewed-by:
dt
<
qtc-committer@nokia.com
>
parent
08001d24
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt4project.cpp
View file @
0b19fb63
...
...
@@ -396,6 +396,7 @@ ProjectExplorer::ToolChain *Qt4Project::toolChain(const QString &buildConfigurat
QString
qmake_cxx
=
list
.
isEmpty
()
?
QString
::
null
:
list
.
first
();
Environment
env
=
Environment
::
systemEnvironment
();
qtVersion
(
activeBuildConfiguration
())
->
addToEnvironment
(
env
);
env
.
prependOrSetPath
(
qtVersion
(
activeBuildConfiguration
())
->
mingwDirectory
()
+
"/bin"
);
qmake_cxx
=
env
.
searchInPath
(
qmake_cxx
);
m_test
=
ToolChain
::
createMinGWToolChain
(
qmake_cxx
,
version
->
mingwDirectory
());
//qDebug()<<"Mingw ToolChain";
...
...
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