Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
1.8.0
-
None
-
Windows, qnx660, armv7a
-
a63002868790852b554e5e2ae20af67a3e7aaea6
Description
When building for QNX from Windows, if an environment variable "HOME" is not set (which is not by default) Qbs build is disabled
:-1: warning: ...QtCreator\share\qtcreator\qbs\share\qbs\modules\qnx\qnx.qbs:42:23 Element at index 0 of list property 'pathPrefixes' is undefined. String expected.
It results in
warning: Product "..." had errors and was disabled.
qnx.qbs:42:
pathPrefixes: [Environment.getEnv("HOME"), qbs.targetOS.contains("windows") ? "C:/" : "/opt"]