5 DESTDIR = com/nokia/StockChartExample
6 TARGET = qmlstockchartexampleplugin
8 SOURCES += model.cpp plugin.cpp
10 qdeclarativesources.files += \
11 com/nokia/StockChartExample/qmldir \
14 qdeclarativesources.path += $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qml/plugins/com/nokia/StockChartExample
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
20 INSTALLS += qdeclarativesources sources target