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

symbian: {
    TARGET.EPOCALLOWDLLDATA=1
}