forked from qt-creator/qt-creator
Nim: WS-only fix
Change-Id: Ia968cf8a24b85bd90bd2d0e9353779ac41ff385f Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -184,9 +184,9 @@ bool NimBuildConfigurationFactory::canHandle(const Target *t) const
|
|||||||
}
|
}
|
||||||
|
|
||||||
FileName NimBuildConfigurationFactory::defaultBuildDirectory(const Kit *k,
|
FileName NimBuildConfigurationFactory::defaultBuildDirectory(const Kit *k,
|
||||||
const QString &projectFilePath,
|
const QString &projectFilePath,
|
||||||
const QString &bc,
|
const QString &bc,
|
||||||
BuildConfiguration::BuildType buildType)
|
BuildConfiguration::BuildType buildType)
|
||||||
{
|
{
|
||||||
QFileInfo projectFileInfo(projectFilePath);
|
QFileInfo projectFileInfo(projectFilePath);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user