Fix worngly aggregating all DEFINES from all .pro files.

This commit is contained in:
dt
2009-08-21 18:00:57 +02:00
parent f888f5df2d
commit b3ad912d7c

View File

@@ -594,7 +594,7 @@ void Qt4Project::updateCodeModel()
pinfo.defines = predefinedMacros; pinfo.defines = predefinedMacros;
pinfo.defines += definedMacros; // ### FIXME: me // pinfo.defines += definedMacros; // ### FIXME: me
pinfo.includePaths = allIncludePaths; pinfo.includePaths = allIncludePaths;
pinfo.frameworkPaths = allFrameworkPaths; pinfo.frameworkPaths = allFrameworkPaths;
pinfo.sourceFiles = files; pinfo.sourceFiles = files;