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

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

IMPORT_FILES = \
        qmldir

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