aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/declarative/script/script.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/declarative/script/script.pro')
-rw-r--r--tests/benchmarks/declarative/script/script.pro20
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/benchmarks/declarative/script/script.pro b/tests/benchmarks/declarative/script/script.pro
new file mode 100644
index 0000000000..75faa5cf38
--- /dev/null
+++ b/tests/benchmarks/declarative/script/script.pro
@@ -0,0 +1,20 @@
+load(qttest_p4)
+TEMPLATE = app
+TARGET = tst_script
+QT += declarative script
+macx:CONFIG -= app_bundle
+CONFIG += release
+
+SOURCES += tst_script.cpp
+
+symbian {
+ importFiles.files = data
+ importFiles.path =
+ DEPLOYMENT += importFiles
+} else {
+ DEFINES += SRCDIR=\\\"$$PWD\\\"
+}
+
+
+
+