Support module api objects in v4.
[profile/ivi/qtdeclarative.git] / examples / demos / stockchart / stockchart.pro
1 TEMPLATE = lib
2 CONFIG += qt plugin
3 QT += qml network
4
5 DESTDIR = com/nokia/StockChartExample
6 TARGET  = qmlstockchartexampleplugin
7
8 SOURCES += model.cpp  plugin.cpp
9 HEADERS += model.h
10 qdeclarativesources.files += \
11     com/nokia/StockChartExample/qmldir \
12     stock.qml
13
14 qdeclarativesources.path += $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qml/plugins/com/nokia/StockChartExample
15
16 sources.files += stockchart.pro model.h model.cpp plugin.cpp README
17 sources.path += $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qml/plugins
18 target.path += $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qml/plugins/com/nokia/StockChartExample
19
20 INSTALLS += qdeclarativesources sources target