NodeJSApplication { condition: { var result = qbs.targetPlatform === qbs.hostPlatform; if (!result) console.info("targetPlatform differs from hostPlatform"); return result; } nodejs.applicationFile: "hello.js" name: "hello" }