aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/cpp/ios-gcc.qbs
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 /share/qbs/modules/cpp/ios-gcc.qbs
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 'share/qbs/modules/cpp/ios-gcc.qbs')
-rw-r--r--share/qbs/modules/cpp/ios-gcc.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/qbs/modules/cpp/ios-gcc.qbs b/share/qbs/modules/cpp/ios-gcc.qbs
index 79b49e316..e8aa01cd7 100644
--- a/share/qbs/modules/cpp/ios-gcc.qbs
+++ b/share/qbs/modules/cpp/ios-gcc.qbs
@@ -1,4 +1,5 @@
import qbs 1.0
+import qbs.File
import qbs.fileinfo as FileInfo
import '../utils.js' as ModUtils
import 'darwin-tools.js' as DarwinTools