Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativemoduleplugin / pluginWithQmlFile / pluginWithQmlFile.pro
1 TEMPLATE = lib
2 CONFIG += plugin
3 SOURCES = plugin.cpp
4 QT = core declarative
5 DESTDIR = ../imports/com/nokia/AutoTestPluginWithQmlFile
6
7 symbian: {
8     TARGET.EPOCALLOWDLLDATA=1
9 }