diff options
Diffstat (limited to 'settings/accounts-translations-plugin/accounts-translations-plugin.pro')
| -rw-r--r-- | settings/accounts-translations-plugin/accounts-translations-plugin.pro | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/settings/accounts-translations-plugin/accounts-translations-plugin.pro b/settings/accounts-translations-plugin/accounts-translations-plugin.pro new file mode 100644 index 0000000..48b5a84 --- /dev/null +++ b/settings/accounts-translations-plugin/accounts-translations-plugin.pro @@ -0,0 +1,17 @@ +TEMPLATE = lib +TARGET = mastodonaccountstranslationsplugin +TARGET = $$qtLibraryTarget($$TARGET) + +MODULENAME = com/jolla/settings/accounts/mastodon +TARGETPATH = $$[QT_INSTALL_QML]/$$MODULENAME + +QT += qml +CONFIG += plugin + +SOURCES += plugin.cpp + +target.path = $$TARGETPATH +qmldir.files = qmldir +qmldir.path = $$TARGETPATH + +INSTALLS += target qmldir |
