summaryrefslogtreecommitdiffstats
path: root/rules/qt4.make
diff options
context:
space:
mode:
authorChristian Hemp <c.hemp@phytec.de>2011-07-28 13:32:52 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-08-09 18:48:23 +0200
commit58f22f394eaecdccffcc0abd5811009692246476 (patch)
tree0b3c3bbd350987c86996ce99d7d17c3eb0ece18f /rules/qt4.make
parent2a75c7283706bfc5f37d1d2636d19274c645c270 (diff)
downloadptxdist-58f22f394eaecdccffcc0abd5811009692246476.tar.gz
ptxdist-58f22f394eaecdccffcc0abd5811009692246476.tar.xz
qt4: add qt4-demos support
Add support for the qt4-demos. Signed-off-by: Christian Hemp <hemp@numalfix.phytec.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/qt4.make')
-rw-r--r--rules/qt4.make1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/qt4.make b/rules/qt4.make
index 80cef6f71..aab48f324 100644
--- a/rules/qt4.make
+++ b/rules/qt4.make
@@ -313,6 +313,7 @@ ifdef PTXCONF_QT4_PREPARE_EXAMPLES
# # some examples will may fail to build because of missing libraries
# # these cannot be installed but all are built
@$(call compile, QT4, -k sub-examples) || true
+ @$(call compile, QT4, -k sub-demos) || true
endif
@$(call touch)