forked from qt-creator/qt-creator
Qnx: Baby steps towards remote compilation
Change-Id: Idafb7a71fcbad85552cd0fa2bded9460d2132bef Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -61,7 +61,7 @@ EnvironmentItems QnxUtils::qnxEnvironmentFromEnvFile(const FilePath &filePath)
|
|||||||
if (!filePath.exists())
|
if (!filePath.exists())
|
||||||
return items;
|
return items;
|
||||||
|
|
||||||
const bool isWindows = HostOsInfo::isWindowsHost();
|
const bool isWindows = filePath.osType() == Utils::OsTypeWindows;
|
||||||
|
|
||||||
// locking creating sdp-env file wrapper script
|
// locking creating sdp-env file wrapper script
|
||||||
TemporaryFile tmpFile("sdp-env-eval-XXXXXX" + QString::fromLatin1(isWindows ? ".bat" : ".sh"));
|
TemporaryFile tmpFile("sdp-env-eval-XXXXXX" + QString::fromLatin1(isWindows ? ".bat" : ".sh"));
|
||||||
|
Reference in New Issue
Block a user