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

symbian: {
    TARGET.EPOCALLOWDLLDATA=1
}