aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmltest
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2020-02-25 15:00:21 +0100
committerUlf Hermann <ulf.hermann@qt.io>2020-02-26 08:55:02 +0100
commitd832a67b9d9500fc19c7e6607f2f2f594b1d4bdc (patch)
tree58740c7e98c391404baff96a9cebf36398d8894f /src/qmltest
parent685d2ca3c7a9f221ac12f6db61e02bab40371f5f (diff)
Move dependencies.json files into the right places
The workerscript and models qmltypes are built from the library directory, the testlib qmltypes are built from the plugin directory. Change-Id: Ifc497aaf8204616ca817ee08ad86383ab2cbbdae Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'src/qmltest')
-rw-r--r--src/qmltest/dependencies.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qmltest/dependencies.json b/src/qmltest/dependencies.json
deleted file mode 100644
index b2c4125178..0000000000
--- a/src/qmltest/dependencies.json
+++ /dev/null
@@ -1 +0,0 @@
-["QtQuick 2.0", "QtQuick.Window 2.0"]