aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlmoduleplugin/plugin.2/childplugin/childplugin.pro
blob: c9283411f3ca4b4c2269e22c8cfb5def8f5b2024 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE = lib
CONFIG += childplugin
SOURCES = childplugin.cpp
QT = core qml
DESTDIR = ../../imports/org/qtproject/AutoTestQmlPluginType.2/ChildPlugin

QT += core-private gui-private qml-private

IMPORT_DIR = DESTDIR
IMPORT_FILES = \
        qmldir

include (../../../../shared/imports.pri)