Initial import from the monolithic Qt.
[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 }