forked from qt-creator/qt-creator
Fix worngly aggregating all DEFINES from all .pro files.
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user