blob: b16e0743c8aff8ecc3737a92a1f7700d712a178d [file] [log] [blame]
TEMPLATE = lib
CONFIG += plugin
SOURCES = plugin.cpp
QT = core qml
DESTDIR = ../imports/org/qtproject/ModuleWithQmlSingleton
QT += core-private gui-private qml-private
IMPORT_FILES = \
qmldir \
MySingleton.qml \
MySingleton2.qml
include (../../../shared/imports.pri)
subfiles.files = internal/InternalType.qml
subfiles.path = $$DESTDIR/internal
COPIES += subfiles