From d879027ac73093e51d3470e9aea87aa5479a0ef1 Mon Sep 17 00:00:00 2001 From: Miikka Heikkinen Date: Thu, 3 Oct 2013 14:26:46 +0300 Subject: Replace 'chart' with 'graph' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTRD-2369 Change-Id: Ic39bc03a0eee4fe75978e71af06ad7a655e958a9 Reviewed-by: Tomi Korpipää --- examples/examples.pro | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'examples/examples.pro') 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 -- cgit v1.2.3