aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/qml/qqmlmetaproperty/qqmlmetaproperty.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/qml/qqmlmetaproperty/qqmlmetaproperty.pro')
-rw-r--r--tests/benchmarks/qml/qqmlmetaproperty/qqmlmetaproperty.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/benchmarks/qml/qqmlmetaproperty/qqmlmetaproperty.pro b/tests/benchmarks/qml/qqmlmetaproperty/qqmlmetaproperty.pro
new file mode 100644
index 0000000000..9d507e9581
--- /dev/null
+++ b/tests/benchmarks/qml/qqmlmetaproperty/qqmlmetaproperty.pro
@@ -0,0 +1,10 @@
+CONFIG += testcase
+TEMPLATE = app
+TARGET = tst_qqmlmetaproperty
+QT += qml testlib
+macx:CONFIG -= app_bundle
+
+SOURCES += tst_qqmlmetaproperty.cpp
+
+# Define SRCDIR equal to test's source directory
+DEFINES += SRCDIR=\\\"$$PWD\\\"