aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlmoduleplugin/plugin.2.1/childplugin/childplugin.pro
blob: 7a0cd6f80f557fb16bd0d6d362624baa7c5dea86 (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.2.1/ChildPlugin

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

IMPORT_FILES = \
        qmldir

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