aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlmoduleplugin/pluginWithQmlFile/pluginWithQmlFile.pro
blob: 3fb6f99768a94a749df838d6d7d9760622be39c3 (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/AutoTestPluginWithQmlFile

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

IMPORT_FILES = \
        qmldir \
        MyQmlFile.qml

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