aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qjsvalue/qjsvalue.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qjsvalue/qjsvalue.pro')
-rw-r--r--tests/auto/qml/qjsvalue/qjsvalue.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/qml/qjsvalue/qjsvalue.pro b/tests/auto/qml/qjsvalue/qjsvalue.pro
new file mode 100644
index 0000000000..19b983e549
--- /dev/null
+++ b/tests/auto/qml/qjsvalue/qjsvalue.pro
@@ -0,0 +1,6 @@
+CONFIG += testcase
+TARGET = tst_qjsvalue
+macx:CONFIG -= app_bundle
+QT += qml widgets testlib
+SOURCES += tst_qjsvalue.cpp
+HEADERS += tst_qjsvalue.h