aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/canvas/stockchart/stockchart.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qml/canvas/stockchart/stockchart.pro')
-rw-r--r--examples/qml/canvas/stockchart/stockchart.pro20
1 files changed, 0 insertions, 20 deletions
diff --git a/examples/qml/canvas/stockchart/stockchart.pro b/examples/qml/canvas/stockchart/stockchart.pro
deleted file mode 100644
index 0e3ca82c44..0000000000
--- a/examples/qml/canvas/stockchart/stockchart.pro
+++ /dev/null
@@ -1,20 +0,0 @@
-TEMPLATE = lib
-CONFIG += qt plugin
-QT += qml network
-
-DESTDIR = com/nokia/StockChartExample
-TARGET = qmlstockchartexampleplugin
-
-SOURCES += model.cpp plugin.cpp
-HEADERS += model.h
-qqmlsources.files += \
- com/nokia/StockChartExample/qmldir \
- stock.qml
-
-qqmlsources.path += $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qml/plugins/com/nokia/StockChartExample
-
-sources.files += stockchart.pro model.h model.cpp plugin.cpp README
-sources.path += $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qml/plugins
-target.path += $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qml/plugins/com/nokia/StockChartExample
-
-INSTALLS += qqmlsources sources target