aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qtquick/canvas/stockchart/stockchart.pro
blob: 4006b5dccf44db93060f27fcc4a135b6e3245335 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TEMPLATE = lib
CONFIG += qt plugin
QT += declarative network

DESTDIR = com/nokia/StockChartExample
TARGET  = qmlstockchartexampleplugin

SOURCES += model.cpp  plugin.cpp
HEADERS += model.h
qdeclarativesources.files += \
    com/nokia/StockChartExample/qmldir \
    stock.qml

qdeclarativesources.path += $$[QT_INSTALL_EXAMPLES]/qtdeclarative/declarative/plugins/com/nokia/StockChartExample

sources.files += stockchart.pro model.h model.cpp plugin.cpp README
sources.path += $$[QT_INSTALL_EXAMPLES]/qtdeclarative/declarative/plugins
target.path += $$[QT_INSTALL_EXAMPLES]/qtdeclarative/declarative/plugins/com/nokia/StockChartExample

INSTALLS += qdeclarativesources sources target