aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlmoduleplugin/moduleWithQmlSingleton/moduleWithQmlSingleton.pro
blob: b16e0743c8aff8ecc3737a92a1f7700d712a178d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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