summaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/processtitle/processtitle.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/processtitle/processtitle.pro')
-rw-r--r--tests/auto/qml/processtitle/processtitle.pro7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/qml/processtitle/processtitle.pro b/tests/auto/qml/processtitle/processtitle.pro
new file mode 100644
index 00000000..e78b54a1
--- /dev/null
+++ b/tests/auto/qml/processtitle/processtitle.pro
@@ -0,0 +1,7 @@
+AM_CONFIG = am-config.yaml
+TEST_FILES = tst_processtitle.qml
+TEST_APPS = test.processtitle.app
+TEST_CONFIGURATIONS = "--force-multi-process" \
+ "--force-multi-process -c $$_PRO_FILE_PWD_/am-config-quick.yaml"
+
+load(am-qml-testcase)