aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/qml/script/script.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/qml/script/script.pro')
-rw-r--r--tests/benchmarks/qml/script/script.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/benchmarks/qml/script/script.pro b/tests/benchmarks/qml/script/script.pro
new file mode 100644
index 0000000000..88e8d9b33d
--- /dev/null
+++ b/tests/benchmarks/qml/script/script.pro
@@ -0,0 +1,10 @@
+CONFIG += testcase
+TEMPLATE = app
+TARGET = tst_script
+QT += qml qml-private testlib v8-private core-private
+macx:CONFIG -= app_bundle
+CONFIG += release
+
+SOURCES += tst_script.cpp
+
+DEFINES += SRCDIR=\\\"$$PWD\\\"