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

symbian: {
    TARGET.EPOCALLOWDLLDATA=1
}