aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmljssimplereader/qmljssimplereader.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qmljssimplereader/qmljssimplereader.qbs')
-rw-r--r--tests/auto/qml/qmljssimplereader/qmljssimplereader.qbs11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/auto/qml/qmljssimplereader/qmljssimplereader.qbs b/tests/auto/qml/qmljssimplereader/qmljssimplereader.qbs
new file mode 100644
index 0000000000..48e174b6c7
--- /dev/null
+++ b/tests/auto/qml/qmljssimplereader/qmljssimplereader.qbs
@@ -0,0 +1,11 @@
+import qbs
+import "../../autotest.qbs" as Autotest
+
+Autotest {
+ name: "QMLJS simple reader autotest"
+ Depends { name: "QmlJS" }
+ Depends { name: "Utils" }
+ Depends { name: "Qt.widgets" } // TODO: Remove when qbs bug is fixed
+ files: "tst_qmljssimplereader.cpp"
+ cpp.defines: base.concat(["QT_CREATOR"])
+}