summaryrefslogtreecommitdiffstats
path: root/tests/qml/intents/intents.pro
blob: ae6415a60bb95811cf4cf4e684692d3570781e05 (plain)
1
2
3
4
5
6
7
AM_CONFIG = am-config.yaml
TEST_FILES = tst_intents.qml

APPS = intents1 intents2 cannot-start
for (app, APPS): OTHER_FILES += apps/$${app}/*.yaml apps/$${app}/*.qml  apps/$${app}/*.png

load(am-qml-testcase)