Details
-
Suggestion
-
Resolution: Cannot Reproduce
-
P2: Important
-
None
-
1.0.1
-
None
Description
Such functionality would be useful for referring to auxiliary files within a module's directory (templates, etc.) during the build process.
The following workaround can currently be used:
var process = new Process(); process.exec("which", ["qbs"], true); var moduleDirectory = FileInfo.joinPaths(FileInfo.path(process.readStdOut()), "../share/qbs/modules", product.moduleName);