{# # Copyright (C) 2021 The Qt Company Ltd. # Copyright (C) 2019 Luxoft Sweden AB # SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #} {% include "common/generated_comment.qmake.jinja" %} TARGET = {{module.module_name|lower}}plugin URI = {{module|qml_type}} IMPORT_VERSION = {{module.majorVersion}}.{{module.minorVersion}} SOURCES += \ $$PWD/plugin.cpp \ AUX_QML_FILES += $$PWD/qmldir \ $$PWD/plugins.qmltypes \ $$PWD/designer/{{module.module_name|lower}}.metainfo