aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qv4identifiertable/qv4identifiertable.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qv4identifiertable/qv4identifiertable.pro')
-rw-r--r--tests/auto/qml/qv4identifiertable/qv4identifiertable.pro8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/qml/qv4identifiertable/qv4identifiertable.pro b/tests/auto/qml/qv4identifiertable/qv4identifiertable.pro
new file mode 100644
index 0000000000..64dc822367
--- /dev/null
+++ b/tests/auto/qml/qv4identifiertable/qv4identifiertable.pro
@@ -0,0 +1,8 @@
+CONFIG += testcase
+TARGET = tst_qv4identifiertable
+macos:CONFIG -= app_bundle
+
+SOURCES += tst_qv4identifiertable.cpp
+
+QT += qml qml-private testlib
+