aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/declarative/javascript/javascript.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/declarative/javascript/javascript.pro')
-rw-r--r--tests/benchmarks/declarative/javascript/javascript.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/benchmarks/declarative/javascript/javascript.pro b/tests/benchmarks/declarative/javascript/javascript.pro
new file mode 100644
index 0000000000..7395cef07e
--- /dev/null
+++ b/tests/benchmarks/declarative/javascript/javascript.pro
@@ -0,0 +1,11 @@
+load(qttest_p4)
+TEMPLATE = app
+TARGET = tst_javascript
+QT += declarative
+macx:CONFIG -= app_bundle
+
+SOURCES += tst_javascript.cpp testtypes.cpp
+HEADERS += testtypes.h
+
+# Define SRCDIR equal to test's source directory
+DEFINES += SRCDIR=\\\"$$PWD\\\"