diff options
Diffstat (limited to 'tests/auto/qml/resources/apps/app1/app1.pro')
-rw-r--r-- | tests/auto/qml/resources/apps/app1/app1.pro | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/auto/qml/resources/apps/app1/app1.pro b/tests/auto/qml/resources/apps/app1/app1.pro new file mode 100644 index 00000000..cbbb4758 --- /dev/null +++ b/tests/auto/qml/resources/apps/app1/app1.pro @@ -0,0 +1,11 @@ +TEMPLATE = lib +TARGET = app1plugin +CONFIG += plugin +RESOURCES = app1plugin.qrc + +RESOURCE_SOURCE = app1file.qrc +load(generate-resource) + +OTHER_FILES += \ + info.yaml \ + icon.png |