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

symbian: {
    TARGET.EPOCALLOWDLLDATA=1
}
QT += core-private gui-private declarative-private