From 87a5889029aed8c53a4b02a42804d036614db36b Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Fri, 27 Jun 2014 15:14:33 +0200 Subject: Skip rssnews demo if xmlpatterns is not present Otherwise builds without the QtXmlPatterns module will fail. Change-Id: I11d0b84653f8d59787b09cd9c12977d18be92729 Reviewed-by: Jerome Pasion --- examples/quick/demos/demos.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/quick/demos/demos.pro b/examples/quick/demos/demos.pro index c1768ce721..9aac7bf6f7 100644 --- a/examples/quick/demos/demos.pro +++ b/examples/quick/demos/demos.pro @@ -5,8 +5,9 @@ SUBDIRS = samegame \ tweetsearch \ maroon \ photosurface \ - rssnews \ stocqt +qtHaveModule(xmlpatterns): SUBDIRS += rssnews + EXAMPLE_FILES = \ photoviewer -- cgit v1.2.3