aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlmoduleplugin/pluginMixed/pluginMixed.pro
blob: 52f14b16329417ac627e07e268e6e24db8e4aef8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE = lib
CONFIG += plugin
SOURCES = plugin.cpp
QT = core qml
DESTDIR = ../imports/com/nokia/AutoTestQmlMixedPluginType

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

IMPORT_FILES = \
        Foo.qml \
        qmldir

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