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

symbian: {
    TARGET.EPOCALLOWDLLDATA=1
}