aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qml.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qml.qbs')
-rw-r--r--tests/auto/qml/qml.qbs14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/auto/qml/qml.qbs b/tests/auto/qml/qml.qbs
new file mode 100644
index 0000000000..e15aba1dfa
--- /dev/null
+++ b/tests/auto/qml/qml.qbs
@@ -0,0 +1,14 @@
+import qbs
+
+Project {
+ name: "QML autotests"
+ references: [
+ "codemodel/codemodel.qbs",
+// "qmldesigner/qmldesigner.qbs",
+ "qmleditor/qmleditor.qbs",
+ "qmljssimplereader/qmljssimplereader.qbs",
+ "qmlprojectmanager/qmlprojectmanager.qbs",
+ "qrcparser/qrcparser.qbs",
+ "reformatter/reformatter.qbs"
+ ]
+}