summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativemoduleplugin/plugin.2/plugin.2.pro
blob: d2546429db2074fc45feb7262dac71ba36199d6f (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

symbian: {
    TARGET.EPOCALLOWDLLDATA=1
}