diff options
author | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2014-02-13 09:59:52 +0200 |
---|---|---|
committer | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2014-02-13 10:09:17 +0200 |
commit | 88cd10aa7b3559b092cf5575b0a17d002dc100ae (patch) | |
tree | 9d6e7efdec49419558bb4ef4a9bc02ae3cb1cfc4 /examples/examples.pro | |
parent | ecabd51692b476567dc42a745f51996ec665b385 (diff) |
Diffstat (limited to 'examples/examples.pro')
-rw-r--r-- | examples/examples.pro | 21 |
1 files changed, 1 insertions, 20 deletions
diff --git a/examples/examples.pro b/examples/examples.pro index 4330ef4c..6d79e543 100644 --- a/examples/examples.pro +++ b/examples/examples.pro @@ -1,21 +1,2 @@ TEMPLATE = subdirs -SUBDIRS += qmlbars \ - qmlscatter \ - qmlsurface \ - qmlcustominput \ - qmllegend \ - qmlmultigraph \ - qmloscilloscope \ - qmlsurfacelayers - -!android:!ios { - SUBDIRS += bars \ - custominput \ - customproxy \ - itemmodel \ - scatter \ - surface \ - rotations -} - -qtHaveModule(multimedia):!android:!ios: SUBDIRS += audiolevels +SUBDIRS += datavisualization |