aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/ruleConditions
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2013-07-02 09:53:45 +0200
committerChristian Kandeler <christian.kandeler@digia.com>2013-07-03 17:11:05 +0200
commit97b1e430240845bfa285e6e6574640cbb333b9f8 (patch)
tree5efeeaf3dc652c52603ddf2b7bee325ba128e453 /tests/auto/blackbox/testdata/ruleConditions
parent8e7fe3fdd97e64893a51dc577f2a45c5a2ff64f2 (diff)
Make built-in JavaScript extensions available on demand.
This entails the following: - Project files can get access to built-in extensions in all contexts via import statements such as "import qbs.TextFile". - In turn, the automatic injection of these extensions in rules and probes no longer happens, i.e. one always has to explicitly import the required extension. Change-Id: Ib1e42c078354c564e417f80dd47897c7f41e7569 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'tests/auto/blackbox/testdata/ruleConditions')
-rw-r--r--tests/auto/blackbox/testdata/ruleConditions/modules/narfzort/narfzort.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/blackbox/testdata/ruleConditions/modules/narfzort/narfzort.qbs b/tests/auto/blackbox/testdata/ruleConditions/modules/narfzort/narfzort.qbs
index fa2654959..62d7f8fe1 100644
--- a/tests/auto/blackbox/testdata/ruleConditions/modules/narfzort/narfzort.qbs
+++ b/tests/auto/blackbox/testdata/ruleConditions/modules/narfzort/narfzort.qbs
@@ -1,4 +1,5 @@
import qbs 1.0
+import qbs.TextFile
Module {
property bool buildZort: true