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

symbian: {
    TARGET.EPOCALLOWDLLDATA=1
}