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
b3ad912d
Commit
b3ad912d
authored
Aug 21, 2009
by
dt
Browse files
Fix worngly aggregating all DEFINES from all .pro files.
parent
f888f5df
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt4project.cpp
View file @
b3ad912d
...
...
@@ -594,7 +594,7 @@ void Qt4Project::updateCodeModel()
pinfo
.
defines
=
predefinedMacros
;
pinfo
.
defines
+=
definedMacros
;
// ### FIXME: me
//
pinfo.defines += definedMacros; // ### FIXME: me
pinfo
.
includePaths
=
allIncludePaths
;
pinfo
.
frameworkPaths
=
allFrameworkPaths
;
pinfo
.
sourceFiles
=
files
;
...
...
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