summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativemoduleplugin/plugin.2.1/plugin.2.1.pro
blob: 661675ae7916add52719afdf6aff1afc181bddc0 (plain)
1
2
3
4
5
6
7
8
9
TEMPLATE = lib
CONFIG += plugin
SOURCES = plugin.cpp
QT = core declarative
DESTDIR = ../imports/com/nokia/AutoTestQmlPluginType.2.1

symbian: {
    TARGET.EPOCALLOWDLLDATA=1
}