summaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2013-10-03 14:26:46 +0300
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2013-10-04 08:19:30 +0300
commitd879027ac73093e51d3470e9aea87aa5479a0ef1 (patch)
treea7be8452ce0908d3b7ed58413915b5072a83fd8c /examples/examples.pro
parent7e35ce01ac38fea1d7c3ce51ab9c24fdf6e7453c (diff)
Replace 'chart' with 'graph'
Task-number: QTRD-2369 Change-Id: Ic39bc03a0eee4fe75978e71af06ad7a655e958a9 Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
Diffstat (limited to 'examples/examples.pro')
-rw-r--r--examples/examples.pro7
1 files changed, 3 insertions, 4 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
index aa2512c2..a76b95a7 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -1,13 +1,12 @@
TEMPLATE = subdirs
-SUBDIRS += qmlbarchart \
+SUBDIRS += qmlbars \
qmlscatter \
qmlsurface
!android: {
- SUBDIRS += barchart \
+ SUBDIRS += bars \
rainfall \
widget \
- surfacechart \
- scatterchart
+ scatter
}
qtHaveModule(multimedia):!android: SUBDIRS += audiolevels