mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
Ref T103, executable file path moved to CDirectoryUtils::executableFilePath
This commit is contained in:
committed by
Mathew Sutcliffe
parent
3245ff4ef4
commit
caf358401f
@@ -50,6 +50,13 @@ namespace BlackConfig
|
||||
return s;
|
||||
}
|
||||
|
||||
bool CBuildConfig::isKnownExecutableName(const QString &executable)
|
||||
{
|
||||
return executable == CBuildConfig::swiftCoreExecutableName() ||
|
||||
executable == CBuildConfig::swiftDataExecutableName() ||
|
||||
executable == CBuildConfig::swiftGuiExecutableName();
|
||||
}
|
||||
|
||||
bool CBuildConfig::isRunningOnWindowsNtPlatform()
|
||||
{
|
||||
#ifdef Q_OS_WIN
|
||||
|
||||
Reference in New Issue
Block a user