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