aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativemoduleplugin/plugin.2/plugin.2.pro
blob: d4797a7ed8433c2dd532777311d81d051bd616c5 (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/AutoTestQmlPluginType.2

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