diff options
author | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2014-01-23 09:03:00 +0200 |
---|---|---|
committer | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2014-01-23 09:25:49 +0200 |
commit | db4fa86cffefbc34b8da7961103ac97424ff41e9 (patch) | |
tree | f83ce363dcf06b3020a215484a7b6e779944b8e5 /examples/examples.pro | |
parent | 0237941e81d9f6713170c67a8dec6113fec1ef01 (diff) |
Diffstat (limited to 'examples/examples.pro')
-rw-r--r-- | examples/examples.pro | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/examples.pro b/examples/examples.pro index d126b26d..73db54c0 100644 --- a/examples/examples.pro +++ b/examples/examples.pro @@ -2,7 +2,9 @@ TEMPLATE = subdirs SUBDIRS += qmlbars \ qmlscatter \ qmlsurface \ - qmlcustominput + qmlcustominput \ + qmllegend + !android: { SUBDIRS += bars \ custominput \ |