From 97b1e430240845bfa285e6e6574640cbb333b9f8 Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Tue, 2 Jul 2013 09:53:45 +0200 Subject: 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 --- share/share.qbs | 1 + 1 file changed, 1 insertion(+) (limited to 'share/share.qbs') diff --git a/share/share.qbs b/share/share.qbs index 1cefa5af1..66fc5f4d4 100644 --- a/share/share.qbs +++ b/share/share.qbs @@ -1,4 +1,5 @@ import qbs +import qbs.File Product { name: "qbs resources" -- cgit v1.2.3