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

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

IMPORT_FILES = \
        qmldir

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