summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativemoduleplugin/pluginWrongCase/pluginWrongCase.pro
blob: 37d19f448bb21021cb7954210de9deb5f1529194 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE = lib
CONFIG += plugin
SOURCES = plugin.cpp
QT = core quick1
TARGET = Plugin
DESTDIR = ../imports/com/nokia/WrongCase

include(../qmldir_copier.pri)

symbian: {
    TARGET.EPOCALLOWDLLDATA=1
}