aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/declarative/typeimports/typeimports.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/declarative/typeimports/typeimports.pro')
-rw-r--r--tests/benchmarks/declarative/typeimports/typeimports.pro15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/benchmarks/declarative/typeimports/typeimports.pro b/tests/benchmarks/declarative/typeimports/typeimports.pro
new file mode 100644
index 0000000000..56834e6175
--- /dev/null
+++ b/tests/benchmarks/declarative/typeimports/typeimports.pro
@@ -0,0 +1,15 @@
+load(qttest_p4)
+TEMPLATE = app
+TARGET = tst_typeimports
+QT += declarative
+macx:CONFIG -= app_bundle
+
+SOURCES += tst_typeimports.cpp
+
+symbian {
+ data.files = data
+ data.path = .
+ DEPLOYMENT += data
+} else {
+ DEFINES += SRCDIR=\\\"$$PWD\\\"
+} \ No newline at end of file