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

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

IMPORT_FILES = \
        qmldir

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