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

symbian: {
    TARGET.EPOCALLOWDLLDATA=1
}