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
243a90d2
Commit
243a90d2
authored
Feb 11, 2009
by
dt
Browse files
Fixes: -Wno-undefined would have saved me.
parent
e4065e76
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/projectexplorer/cesdkhandler.cpp
View file @
243a90d2
...
...
@@ -52,7 +52,7 @@ void CeSdkInfo::addToEnvironment(Environment &env)
env
.
set
(
"INCLUDE"
,
m_include
);
env
.
set
(
"LIB"
,
m_lib
);
env
.
prependOrSetPath
(
m_bin
);
qDebug
()
<<
e
.
toStringList
();
qDebug
()
<<
e
nv
.
toStringList
();
}
CeSdkHandler
::
CeSdkHandler
()
...
...
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