summaryrefslogtreecommitdiff
path: root/share/qbs/modules/typescript
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@theqtcompany.com>2015-08-24 15:16:15 +0200
committerChristian Kandeler <christian.kandeler@theqtcompany.com>2015-09-01 11:36:01 +0000
commit319a81ac369e66744cd4e391af877588bbc60efc (patch)
treeb3ae4ffc550547dde80d4c6918dbc950b3d20b08 /share/qbs/modules/typescript
parent4540a7f4eddd20d870607f1e8f2a64959d2e25b2 (diff)
downloadqbs-319a81ac369e66744cd4e391af877588bbc60efc.tar.gz
Add Group items in Modules as child items to the respective product.
Mainly to make binding to module properties work. This should also reduce the potential for other suprising behavior, as now all following code sees the Group items where they always were. Also tighten the autotest. Task-number: QBS-848 Change-Id: Iebce3f6534a4faace5c9c8bcf4447b938b9a651b Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'share/qbs/modules/typescript')
-rw-r--r--share/qbs/modules/typescript/TypeScriptModule.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qbs/modules/typescript/TypeScriptModule.qbs b/share/qbs/modules/typescript/TypeScriptModule.qbs
index e92ce4b15..84ba21243 100644
--- a/share/qbs/modules/typescript/TypeScriptModule.qbs
+++ b/share/qbs/modules/typescript/TypeScriptModule.qbs
@@ -156,7 +156,7 @@ Module {
name: "io.qt.qbs.internal.typescript-helper"
files: [
FileInfo.joinPaths(path, "qbs-tsc-scan", "qbs-tsc-scan.ts"),
- FileInfo.joinPaths(product.typescript.toolchainInstallPath, "typescript.d.ts")
+ FileInfo.joinPaths(typescript.toolchainInstallPath, "typescript.d.ts")
]
fileTags: ["typescript.typescript-internal"]
}