summaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
diff options
context:
space:
mode:
authorMarek Rosa <marek.rosa@digia.com>2012-08-28 10:37:57 +0300
committerMarek Rosa <marek.rosa@digia.com>2012-08-28 10:38:20 +0300
commit0e43261b5767f21ecd3872b7c0b6bf2452d51b25 (patch)
treea936ec8115294dc4b7c2a572053233e21101387c /examples/examples.pro
parentb747c15751dd131d831fb06edcbf9454a61e5cde (diff)
Disabled QDateTimeAxis on ARM
Diffstat (limited to 'examples/examples.pro')
-rw-r--r--examples/examples.pro6
1 files changed, 5 insertions, 1 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
index 612723a8..e71e07f5 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -30,6 +30,10 @@ SUBDIRS += \
donut \
donutbreakdown \
scrollchart \
- datetimeaxis \
populationpyramid \
donutchart
+
+!linux-arm*: {
+SUBDIRS += \
+ datetimeaxis
+}