87cf7d61b5269d7f70d779d8fd0001469ddad06c
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativemoduleplugin / pluginWrongCase / pluginWrongCase.pro
1 TEMPLATE = lib
2 CONFIG += plugin
3 SOURCES = plugin.cpp
4 QT = core declarative
5 TARGET = Plugin
6 DESTDIR = ../imports/com/nokia/WrongCase
7
8 symbian: {
9     TARGET.EPOCALLOWDLLDATA=1
10 }
11 QT += core-private gui-private declarative-private