aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlbinding/qqmlbinding.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qqmlbinding/qqmlbinding.pro')
-rw-r--r--tests/auto/qml/qqmlbinding/qqmlbinding.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/auto/qml/qqmlbinding/qqmlbinding.pro b/tests/auto/qml/qqmlbinding/qqmlbinding.pro
new file mode 100644
index 0000000000..35a5f1ca74
--- /dev/null
+++ b/tests/auto/qml/qqmlbinding/qqmlbinding.pro
@@ -0,0 +1,14 @@
+CONFIG += testcase
+TARGET = tst_qqmlbinding
+macx:CONFIG -= app_bundle
+
+SOURCES += tst_qqmlbinding.cpp
+
+include (../../shared/util.pri)
+
+TESTDATA = data/*
+
+CONFIG += parallel_test
+
+QT += core-private gui-private qml-private quick-private testlib
+DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0