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

symbian: {
    TARGET.EPOCALLOWDLLDATA=1
}