aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/trackExternalProductChanges
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@theqtcompany.com>2016-05-02 16:55:37 +0200
committerJoerg Bornemann <joerg.bornemann@theqtcompany.com>2016-05-02 15:55:20 +0000
commit38d8b1d84aeaed164b3bf7721cd6fce0015ddd2c (patch)
tree77aecdb2241741f072b1c4b158ccf341131ef749 /tests/auto/blackbox/testdata/trackExternalProductChanges
parentc9073856137a733776d0123804805ef9bc683084 (diff)
fix imports in tst_blackbox::trackExternalProductChanges
Change-Id: Id07656db1318765d2d976ea1bb1a2e750ff11296 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com> Reviewed-by: Jake Petroules <jake.petroules@qt.io>
Diffstat (limited to 'tests/auto/blackbox/testdata/trackExternalProductChanges')
-rw-r--r--tests/auto/blackbox/testdata/trackExternalProductChanges/fileList.js2
-rw-r--r--tests/auto/blackbox/testdata/trackExternalProductChanges/project.qbs1
2 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/blackbox/testdata/trackExternalProductChanges/fileList.js b/tests/auto/blackbox/testdata/trackExternalProductChanges/fileList.js
index 159a7d32a..301e4d27a 100644
--- a/tests/auto/blackbox/testdata/trackExternalProductChanges/fileList.js
+++ b/tests/auto/blackbox/testdata/trackExternalProductChanges/fileList.js
@@ -1,3 +1,5 @@
+var File = loadExtension("qbs.File");
+
function fileList() { return []; }
function filesFromFs(path) { return File.exists(path + "/fileExists.cpp") ? ["fileExists.cpp"] : []; }
diff --git a/tests/auto/blackbox/testdata/trackExternalProductChanges/project.qbs b/tests/auto/blackbox/testdata/trackExternalProductChanges/project.qbs
index e99d6b350..232c8ea41 100644
--- a/tests/auto/blackbox/testdata/trackExternalProductChanges/project.qbs
+++ b/tests/auto/blackbox/testdata/trackExternalProductChanges/project.qbs
@@ -1,6 +1,5 @@
import qbs
import qbs.Environment
-import qbs.File
import "fileList.js" as FileList
CppApplication {