summaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/configs/configs.pro
blob: 86604d5ebac06a649096f676aa7e1cbb3ee07967 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
load(am-config)

AM_CONFIG = am-config.yaml
TEST_FILES = tst_configs.qml
TEST_APPS = test.configs.app
TEST_CONFIGURATIONS = "--force-single-process" \
                      "--force-single-process --single-app $$_PRO_FILE_PWD_/apps/test.configs.app/info.yaml"
multi-process {
    TEST_CONFIGURATIONS += "--force-multi-process" \
                           "-c $$_PRO_FILE_PWD_/am-config-nodbus.yaml --dbus none" \
                           "--single-app $$_PRO_FILE_PWD_/apps/test.configs.app/info.yaml" \
                           "--disable-installer --wayland-socket-name wayland-am"
}

load(am-qml-testcase)