aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlmoduleplugin/plugin.2/plugin.2.pro
blob: 7ecb33b085bca7ab413b1595c2ff16c57668fbb9 (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/AutoTestQmlPluginType.2

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

IMPORT_DIR = DESTDIR
IMPORT_FILES = \
        qmldir

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