diff options
Diffstat (limited to 'tests/auto/qml/resources/test.pro')
-rw-r--r-- | tests/auto/qml/resources/test.pro | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/auto/qml/resources/test.pro b/tests/auto/qml/resources/test.pro new file mode 100644 index 00000000..3553c02a --- /dev/null +++ b/tests/auto/qml/resources/test.pro @@ -0,0 +1,18 @@ +AM_CONFIG = am-config.yaml +TEST_FILES = tst_resource.qml +TEST_APPS = app1 app2 + +DIRECTORIES = apps/app2/qml relative +FILES = am-config.yaml \ + apps/app1/icon.png apps/app1/info.yaml \ + apps/app2/icon.png apps/app2/info.yaml +DESTDIR = $$OUT_PWD +load(am-qml-testcase) + +RESOURCE_SOURCE = systemuifile.qrc +load(generate-resource) + +TEMPLATE = lib +TARGET = systemuiplugin +CONFIG += plugin +RESOURCES = systemuiplugin.qrc |