forked from qt-creator/qt-creator
Enable shadowbuilding by default for CMake projects
Reviewed-by: dt
This commit is contained in:
@@ -156,6 +156,11 @@ void CMakeProject::changeBuildDirectory(CMakeBuildConfiguration *bc, const QStri
|
||||
parseCMakeLists();
|
||||
}
|
||||
|
||||
QString CMakeProject::defaultBuildDirectory() const
|
||||
{
|
||||
return projectDirectory() + QLatin1String("/qtcreator-build");
|
||||
}
|
||||
|
||||
bool CMakeProject::parseCMakeLists()
|
||||
{
|
||||
if (!activeTarget() ||
|
||||
|
Reference in New Issue
Block a user